fix: use text-tab-active for initial discover tab color

This commit is contained in:
2026-04-21 00:45:31 +02:00
parent a950893434
commit 24437ad8b7

View File

@@ -14,7 +14,7 @@ templ Discover() {
</div>
<div class="flex flex-wrap gap-2 max-md:flex-nowrap max-md:overflow-x-auto max-md:pb-1" data-tab-group="discover">
<button
class="tab-trigger shrink-0 whitespace-nowrap bg-(--surface-tab-active) px-2 py-1 text-xs text-(--accent)"
class="tab-trigger shrink-0 whitespace-nowrap bg-(--surface-tab-active) px-2 py-1 text-xs text-(--text-tab-active)"
type="button"
hx-get="/api/discover/airing?page=1"
hx-target="#discover-content"