Skip to content

Commit b98e191

Browse files
committed
fix: dark active tab bg with white text
1 parent 621d74d commit b98e191

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

playground/app/layouts/auth.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ const showTabs = computed(() => ['/login', '/register'].includes(route.path))
6262
:ui="{
6363
root: 'flex flex-col gap-0 items-start',
6464
list: 'p-0 rounded-none bg-transparent border-x border-t max-w-max',
65-
trigger: 'justify-start rounded-none px-4 py-2 text-black dark:text-white data-[state=inactive]:opacity-40 data-[state=active]:opacity-100',
66-
indicator: 'rounded-none inset-y-0 bg-white dark:bg-zinc-900/90 shadow-none',
65+
trigger: 'justify-start rounded-none px-4 py-2 text-black dark:text-white data-[state=inactive]:opacity-40 data-[state=active]:text-white data-[state=active]:opacity-100',
66+
indicator: 'rounded-none inset-y-0 bg-neutral-800 dark:bg-zinc-900/90 shadow-none',
6767
}"
6868
/>
6969
<slot />

0 commit comments

Comments
 (0)