style(transactions): add dark-mode hover for modal delete button

This commit is contained in:
Víctor Falcón 2026-07-18 12:49:41 +02:00
parent 51c9784a27
commit 1bac7b16a7
1 changed files with 1 additions and 1 deletions

View File

@ -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')}