Skip to content

Commit 4fe94d1

Browse files
committed
minor fix
1 parent e4f74bf commit 4fe94d1

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/ui/tabs.tsx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,8 @@ export type TabListProps = PolymorphicProps<
2323

2424
export function TabList(props: TabListProps) {
2525
return (
26-
<div class="overflow-x-auto custom-scrollbar grid">
27-
<KobalteTabs.List
28-
{...props}
29-
class="flex mb-2 border-b-2 border-slate-800"
30-
/>
26+
<div class="overflow-x-auto custom-scrollbar mb-2 flex">
27+
<KobalteTabs.List {...props} class="flex border-b-2 border-slate-800" />
3128
</div>
3229
);
3330
}

0 commit comments

Comments
 (0)