chore(app): cleanup tailwind vs pure css

This commit is contained in:
adamelmore 2026-01-27 08:28:55 -06:00
commit 099ab929db
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
23 changed files with 158 additions and 279 deletions

View file

@ -75,7 +75,7 @@ function TabsTrigger(props: ParentProps<TabsTriggerProps>) {
<Kobalte.Trigger
{...rest}
data-slot="tabs-trigger"
classList={{ "group/tab": true, [split.classes?.button ?? ""]: split.classes?.button }}
classList={{ [split.classes?.button ?? ""]: split.classes?.button }}
>
{split.children}
</Kobalte.Trigger>