Fix: aplicar fondo café #1c140c a tabs inactivas en Metabase Debug
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 44s

This commit is contained in:
2025-10-29 18:34:58 -06:00
parent 369085a38a
commit 2ba8ff9b7e

View File

@@ -75,9 +75,9 @@
:items="tabs"
:ui="{
root: 'space-y-4',
list: 'border-b border-[var(--brand-border)]',
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)] hover:text-[var(--brand-text)] focus-visible:ring-2 focus-visible:ring-[#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]',
label: 'font-medium text-sm',
content: 'py-4'
}"