Skip to content

Commit

Permalink
style: BuiTabs: change vertical trigger color
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Karavashkin committed May 29, 2024
1 parent 98d017e commit b0cef80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ui/tabs/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const tabsTriggerVariants = cva(
ghost:
'border-transparent text-muted-foreground border-b-2 data-[state=active]:border-primary',
vertical:
'border-transparent text-muted-foreground data-[state=active]:border-primary data-[state=active]:bg-background border-l-2 border-b-0 w-full justify-start pl-6'
'border-transparent text-primary data-[state=active]:border-primary data-[state=active]:bg-background border-l-2 border-b-0 w-full justify-start pl-6'
}
},
defaultVariants: {
Expand Down

0 comments on commit b0cef80

Please sign in to comment.