Skip to content

Commit 6ec4fda

Browse files
Merge branch 'main' into dependabot/npm_and_yarn/prettier-3.8.3
2 parents 430441a + d10eaf9 commit 6ec4fda

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)