style(transactions): add dark-mode hover for modal delete button
This commit is contained in:
parent
51c9784a27
commit
1bac7b16a7
|
|
@ -879,7 +879,7 @@ export function EditTransactionDialog({
|
|||
onDelete(transaction);
|
||||
}}
|
||||
disabled={isSubmitting}
|
||||
className="text-destructive hover:bg-destructive/10 hover:text-destructive sm:mr-auto"
|
||||
className="text-destructive hover:bg-destructive/10 hover:text-destructive sm:mr-auto dark:hover:bg-destructive/20"
|
||||
>
|
||||
<Trash2 />
|
||||
{__('Delete')}
|
||||
|
|
|
|||
Loading…
Reference in New Issue