This commit is contained in:
Jesse Winton
2025-04-14 14:55:39 -04:00
parent 603d04e256
commit e521c1f672
5 changed files with 6 additions and 6 deletions

View File

@@ -42,7 +42,7 @@
<Tabs.Trigger
{value}
class={classNames(
'text-caption animate-text text-primary bg-smooth border-smooth flex h-8 items-center justify-center gap-2 rounded-full border font-medium outline-0 transition-colors',
'text-caption animate-enter text-primary bg-smooth border-smooth flex h-8 items-center justify-center gap-2 rounded-full border font-medium outline-0 transition-colors',
'group data-[state="active"]:bg-accent/4 data-[state="active"]:border-accent/36 data-[state="active"]:text-white'
)}
style="animation-delay:{index * 75}ms;"