diff --git a/web/shared/ui.go b/web/shared/ui.go index 7ba3276..0fcb1f9 100644 --- a/web/shared/ui.go +++ b/web/shared/ui.go @@ -4,7 +4,7 @@ package shared func TabClass(active bool) string { base := "shrink-0 whitespace-nowrap bg-(--panel-soft) px-2 py-1 text-xs text-(--text-muted) no-underline hover:bg-(--surface-tab-hover) hover:text-(--text) hover:no-underline" if active { - return "shrink-0 whitespace-nowrap bg-(--surface-tab-active) px-2 py-1 text-xs text-(--accent) no-underline hover:no-underline" + return "shrink-0 whitespace-nowrap bg-(--surface-tab-active) px-2 py-1 text-xs text-(--text-tab-active) no-underline hover:no-underline" } return base } diff --git a/web/templates/catalog.templ b/web/templates/catalog.templ index dceb456..91e233e 100644 --- a/web/templates/catalog.templ +++ b/web/templates/catalog.templ @@ -7,7 +7,7 @@ import "mal/web/shared/layout" templ Catalog() { @layout.Layout("mal - catalog", true) { -