chore(app): cleanup tailwind vs pure css
This commit is contained in:
parent
eac2d4c699
commit
099ab929db
23 changed files with 158 additions and 279 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue