Cambios de estilo para compras
This commit is contained in:
parent
b4458862f4
commit
3cb27c5c30
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
|
@ -111,8 +111,8 @@ const getters = {
|
|||
};
|
||||
case 'compras':
|
||||
return {
|
||||
fondo: "has-background-danger",
|
||||
texto: "has-text-white",
|
||||
fondo: "has-background-warning",
|
||||
texto: "",
|
||||
botones: "is-dark"
|
||||
};
|
||||
case 'pedido':
|
||||
|
|
Loading…
Add table
Reference in a new issue