Skip to content

Commit

Permalink
fix: align tabs with other contents in sample card
Browse files Browse the repository at this point in the history
  • Loading branch information
saikatmitra91 committed Apr 16, 2024
1 parent 8ec8c44 commit add3b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/components/ui/tabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const TabsList = React.forwardRef<
<TabsPrimitive.List
ref={ref}
className={cn(
"inline-flex h-9 items-center justify-center rounded-lg p-1 text-muted-foreground",
"inline-flex h-9 items-center justify-center rounded-lg text-muted-foreground",
className,
)}
{...props}
Expand Down

0 comments on commit add3b4e

Please sign in to comment.