feat: add onboarding with oldmarr import (#1606)
This commit is contained in:
5
packages/common/src/theme.ts
Normal file
5
packages/common/src/theme.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import type { DefaultMantineColor, MantineColorShade } from "@mantine/core";
|
||||
import { DEFAULT_THEME } from "@mantine/core";
|
||||
|
||||
export const getMantineColor = (color: DefaultMantineColor, shade: MantineColorShade) =>
|
||||
DEFAULT_THEME.colors[color]?.[shade] ?? "#fff";
|
||||
Reference in New Issue
Block a user