funcion/pedido-ollas #47

Merged
rho merged 92 commits from funcion/pedido-ollas into master 2025-07-15 11:27:30 -03:00
Showing only changes of commit 6d55b77a95 - Show all commits

View file

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