We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 621d74d commit b98e191Copy full SHA for b98e191
1 file changed
playground/app/layouts/auth.vue
@@ -62,8 +62,8 @@ const showTabs = computed(() => ['/login', '/register'].includes(route.path))
62
:ui="{
63
root: 'flex flex-col gap-0 items-start',
64
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',
+ 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',
+ indicator: 'rounded-none inset-y-0 bg-neutral-800 dark:bg-zinc-900/90 shadow-none',
67
}"
68
/>
69
<slot />
0 commit comments