Cambio de estilos

This commit is contained in:
Alejandro Tasistro 2025-07-31 19:36:11 -03:00
parent 6ea534932f
commit bd92c26b0a

View file

@ -104,8 +104,8 @@ const getters = {
}; };
case 'comisiones': case 'comisiones':
return { return {
fondo: "has-background-grey", fondo: "has-background-dark",
texto: "has-text-white", texto: "has-text-danger-light",
botones: "danger-dark-button", botones: "danger-dark-button",
}; };
case 'ollas': case 'ollas':