Corrigir hover para usar cor primaria dinamica
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user