diff --git a/resources/js/store/modules/login/index.ts b/resources/js/store/modules/login/index.ts index b03b447..22b65a5 100644 --- a/resources/js/store/modules/login/index.ts +++ b/resources/js/store/modules/login/index.ts @@ -104,8 +104,8 @@ const getters = { }; case 'comisiones': return { - fondo: "has-background-grey", - texto: "has-text-white", + fondo: "has-background-dark", + texto: "has-text-danger-light", botones: "danger-dark-button", }; case 'ollas':