This commit is contained in:
Alejandro Tasistro 2025-06-23 23:36:41 -03:00
parent 86bf66ebcd
commit c84ab5f475

View file

@ -103,9 +103,9 @@ const getters = {
}; };
case 'comisiones': case 'comisiones':
return { return {
fondo: "", fondo: "has-background-dark",
texto: "", texto: "has-text-white",
botones: "is-dark" botones: "is-white",
}; };
case 'ollas': case 'ollas':
return { return {