Skip to content

Commit d10eaf9

Browse files
committed
fix hidden code tabs
1 parent fef6139 commit d10eaf9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

osmium/src/ui/tabs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ export type TabPanelProps = PolymorphicProps<
4949
>;
5050

5151
export function TabPanel(props: TabPanelProps) {
52-
return <KobalteTabs.Content {...props} class="ui-selected:block hidden" />;
52+
return <KobalteTabs.Content {...props} class="kb-selected:block hidden" />;
5353
}

0 commit comments

Comments
 (0)