From b9c2e43c8849e914a182cd9aa045bb8df3264d07 Mon Sep 17 00:00:00 2001 From: josedario87 Date: Wed, 29 Oct 2025 18:38:52 -0600 Subject: [PATCH] =?UTF-8?q?Fix:=20tab=20seleccionada=20con=20texto=20negro?= =?UTF-8?q?=20y=20hover=20m=C3=A1s=20fuerte?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nuxt4-app/app/pages/metabase-debug.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt4-app/app/pages/metabase-debug.vue b/nuxt4-app/app/pages/metabase-debug.vue index a0c2296..b98c4ac 100644 --- a/nuxt4-app/app/pages/metabase-debug.vue +++ b/nuxt4-app/app/pages/metabase-debug.vue @@ -77,7 +77,7 @@ root: 'space-y-4', list: 'border-b border-[var(--brand-border)] bg-[#1c140c]', indicator: 'bg-[#c08040]', - trigger: 'data-[state=active]:text-[#c08040] data-[state=inactive]:text-[var(--brand-text-muted)] data-[state=inactive]:bg-[#1c140c] hover:text-[var(--brand-text)] hover:bg-[#2a1f14] focus-visible:ring-2 focus-visible:ring-[#c08040]', + trigger: 'data-[state=active]:text-[#1b1209] data-[state=active]:hover:text-black data-[state=inactive]:text-[var(--brand-text-muted)] data-[state=inactive]:bg-[#1c140c] data-[state=inactive]:hover:text-[var(--brand-text)] data-[state=inactive]:hover:bg-[#2a1f14] focus-visible:ring-2 focus-visible:ring-[#c08040]', label: 'font-medium text-sm', content: 'py-4' }"