Set height and width of delete icon for firefox

This commit is contained in:
Nick Mowen 2022-05-18 10:15:02 -06:00
parent d2c3cdcf04
commit 1bb6e4f2a0

View File

@ -441,7 +441,7 @@ export default function Events({ path, ...props }) {
)} )}
</div> </div>
<div class="flex flex-col"> <div class="flex flex-col">
<Delete className="cursor-pointer" stroke="#f87171" onClick={(e) => onDelete(e, event.id)} /> <Delete className="h-6 w-6 cursor-pointer" stroke="#f87171" onClick={(e) => onDelete(e, event.id)} />
<Download <Download
className="h-6 w-6 mt-auto" className="h-6 w-6 mt-auto"