Skip to content

Commit

Permalink
fix: review fixes 2
Browse files Browse the repository at this point in the history
  • Loading branch information
amje committed Jun 10, 2024
1 parent f96c2d0 commit a4641c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/theme/getRootClassName.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
import {block} from '../utils/cn';

import {ROOT_CLASSNAME} from './constants';
import type {RealTheme} from './types';

const b = block(ROOT_CLASSNAME);

interface RootMods {
theme?: string;
theme?: RealTheme;
}

export function getRootClassName({theme}: RootMods = {}, className?: string) {
Expand Down

0 comments on commit a4641c5

Please sign in to comment.