Skip to content

Commit

Permalink
remove bg color from tab triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
pettinarip committed Oct 31, 2024
1 parent 89b082d commit c3d3036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ui/tabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const TabsList = React.forwardRef<
<TabsPrimitive.List
ref={ref}
className={cn(
"inline-flex h-10 items-center justify-center rounded-md bg-background-highlight p-1",
"inline-flex h-10 items-center justify-center rounded-md p-1",
className
)}
{...props}
Expand Down

0 comments on commit c3d3036

Please sign in to comment.