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 c84ab5f475 - Show all commits

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 {