improve colors
This commit is contained in:
parent
ca41b24d83
commit
464b6415cd
1 changed files with 1 additions and 1 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue