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':
|
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':
|
||||||
|
|
Loading…
Add table
Reference in a new issue