There was an error while loading. Please reload this page.
2 parents 430441a + d10eaf9 commit 6ec4fdaCopy full SHA for 6ec4fda
1 file changed
osmium/src/ui/tabs.tsx
@@ -49,5 +49,5 @@ export type TabPanelProps = PolymorphicProps<
49
>;
50
51
export function TabPanel(props: TabPanelProps) {
52
- return <KobalteTabs.Content {...props} class="ui-selected:block hidden" />;
+ return <KobalteTabs.Content {...props} class="kb-selected:block hidden" />;
53
}
0 commit comments