From bd92c26b0ad509c8687c84d506e7ee116e4b6ee4 Mon Sep 17 00:00:00 2001 From: ale Date: Thu, 31 Jul 2025 19:36:11 -0300 Subject: [PATCH] Cambio de estilos --- resources/js/store/modules/login/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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':