File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ const TabsList = React.forwardRef<
1212 < TabsPrimitive . List
1313 ref = { ref }
1414 className = { cn (
15- "inline-flex h-10 items-center justify-center rounded-md bg-muted p-1 text-muted- foreground" ,
15+ "inline-flex h-10 items-center justify-center rounded-md bg-card border border-border p-1 text-foreground shadow-sm " ,
1616 className
1717 ) }
1818 { ...props }
@@ -27,7 +27,7 @@ const TabsTrigger = React.forwardRef<
2727 < TabsPrimitive . Trigger
2828 ref = { ref }
2929 className = { cn (
30- "inline-flex items-center justify-center whitespace-nowrap rounded-sm px-3 py-1.5 text-sm font-medium ring-offset-background transition-all focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 data-[state=active]:bg-background data-[state=active]:text-foreground data-[state=active]:shadow-sm" ,
30+ "inline-flex items-center justify-center whitespace-nowrap rounded-sm px-3 py-1.5 text-sm font-medium ring-offset-background transition-all focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 text-muted-foreground hover:text-foreground data-[state=active]:bg-primary data-[state=active]:text-primary -foreground data-[state=active]:shadow-sm" ,
3131 className
3232 ) }
3333 { ...props }
You can’t perform that action at this time.
0 commit comments