Skip to content

Commit b9e9274

Browse files
committed
Remove default gap for tabs content
1 parent 0639946 commit b9e9274

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/react-components/src/shadcn/components/ui

packages/react-components/src/shadcn/components/ui/tabs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ function Tabs({
1010
return (
1111
<TabsPrimitive.Root
1212
data-slot="tabs"
13-
className={cn("flex flex-col gap-8", className)}
13+
className={cn("flex flex-col", className)}
1414
{...props}
1515
/>
1616
);

0 commit comments

Comments
 (0)