Cambio estilo comisiones
This commit is contained in:
parent
e7a8d89a29
commit
6d55b77a95
1 changed files with 2 additions and 2 deletions
4
resources/js/store/modules/login.js
vendored
4
resources/js/store/modules/login.js
vendored
|
@ -103,9 +103,9 @@ const getters = {
|
|||
};
|
||||
case 'comisiones':
|
||||
return {
|
||||
fondo: "has-background-dark",
|
||||
fondo: "has-background-grey",
|
||||
texto: "has-text-white",
|
||||
botones: "is-white",
|
||||
botones: "danger-dark-button",
|
||||
};
|
||||
case 'ollas':
|
||||
return {
|
||||
|
|
Loading…
Add table
Reference in a new issue