Fix: tab seleccionada con texto negro y hover más fuerte
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 49s

This commit is contained in:
2025-10-29 18:38:52 -06:00
parent 20f87e37fc
commit b9c2e43c88

View File

@@ -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'
}"