Skip to content

Commit

Permalink
[@mantine/core] fix parse color option props
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenzo-Wada committed Sep 9, 2024
1 parent 00a94ce commit cefd2ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { getPrimaryShade } from '../get-primary-shade/get-primary-shade';
import { isLightColor } from '../luminance/luminance';

interface ParseThemeColorOptions {
color: unknown;
color: string;
theme: MantineTheme;
colorScheme?: MantineColorScheme;
}
Expand Down

0 comments on commit cefd2ba

Please sign in to comment.