There was an error while loading. Please reload this page.
1 parent 0639946 commit b9e9274Copy full SHA for b9e9274
1 file changed
packages/react-components/src/shadcn/components/ui/tabs.tsx
@@ -10,7 +10,7 @@ function Tabs({
10
return (
11
<TabsPrimitive.Root
12
data-slot="tabs"
13
- className={cn("flex flex-col gap-8", className)}
+ className={cn("flex flex-col", className)}
14
{...props}
15
/>
16
);
0 commit comments