funcion/pedido-ollas #47
1 changed files with 3 additions and 3 deletions
6
resources/js/store/modules/login.js
vendored
6
resources/js/store/modules/login.js
vendored
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue