Skip to content

Commit

Permalink
fix(ui): tab inactive illegible on dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Pkcarreno committed Oct 12, 2024
1 parent c2de00b commit c1c9230
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(
'bg-muted text-muted-foreground inline-flex h-10 items-center justify-center rounded-md p-1',
'bg-muted text-background inline-flex h-10 items-center justify-center rounded-md p-1',
className,
)}
{...props}
Expand Down

0 comments on commit c1c9230

Please sign in to comment.