smaller trash icon for scheduler
This commit is contained in:
parent
7ef29453bf
commit
c84eae8bda
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ export const Scheduler = ({
|
||||||
type="button"
|
type="button"
|
||||||
onClick={() => removeScheduleAt(idx)}
|
onClick={() => removeScheduleAt(idx)}
|
||||||
className="btn-sm bg-transparent px-2 py-1 ml-1">
|
className="btn-sm bg-transparent px-2 py-1 ml-1">
|
||||||
<TrashIcon className="h-6 w-6 inline text-gray-400 -mt-1" />
|
<TrashIcon className="h-5 w-5 inline text-gray-400 -mt-1" />
|
||||||
</button>
|
</button>
|
||||||
</li>
|
</li>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue