funcion/refactor-general #45

Merged
atasistro merged 240 commits from funcion/refactor-general into master 2025-06-19 21:10:19 -03:00
Showing only changes of commit 3cb27c5c30 - Show all commits

View file

@ -111,8 +111,8 @@ const getters = {
}; };
case 'compras': case 'compras':
return { return {
fondo: "has-background-danger", fondo: "has-background-warning",
texto: "has-text-white", texto: "",
botones: "is-dark" botones: "is-dark"
}; };
case 'pedido': case 'pedido':