diff --git a/resources/js/store/modules/login.js b/resources/js/store/modules/login.js index 4741b62..f21dffd 100644 --- a/resources/js/store/modules/login.js +++ b/resources/js/store/modules/login.js @@ -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':