We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4f74bf commit 4fe94d1Copy full SHA for 4fe94d1
src/ui/tabs.tsx
@@ -23,11 +23,8 @@ export type TabListProps = PolymorphicProps<
23
24
export function TabList(props: TabListProps) {
25
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
- />
+ <div class="overflow-x-auto custom-scrollbar mb-2 flex">
+ <KobalteTabs.List {...props} class="flex border-b-2 border-slate-800" />
31
</div>
32
);
33
}
0 commit comments