Corrigir hover para usar cor primaria dinamica

This commit is contained in:
Erik
2025-11-26 16:24:29 -03:00
parent d0e95d9f2a
commit be2f130b96
20 changed files with 31 additions and 21 deletions

View File

@@ -22,7 +22,7 @@ export default function ConfirmDialog({
const buttonStyles = {
danger: 'bg-red-500 hover:bg-red-600 text-white',
warning: 'bg-yellow-500 hover:bg-yellow-600 text-white',
info: 'bg-primary hover:bg-orange-600 text-white',
info: 'bg-primary hover-primary text-white',
};
return (