improve colors

This commit is contained in:
Arthur Belleville 2025-04-14 08:33:34 +02:00
parent ca41b24d83
commit 464b6415cd
No known key found for this signature in database

View file

@ -24,7 +24,7 @@ export const DeleteDevisModalButton = ({
color="destructive"
size="sm"
onPress={() => setIsOpen(true)}
className="bg-red-400 text-white hover:bg-red-500"
className="bg-red-600 text-white hover:bg-red-700 dark:bg-red-700 dark:hover:bg-red-800"
aria-label="Supprimer le devis"
>
<TrashIcon className="w-4 h-4" />