sudachi.emuplace.app/src/theme.ts
Vitaly Rtishchev c7020592dc Init template
2023-06-12 11:15:25 +04:00

6 lines
180 B
TypeScript

import { createTheme } from "@mantine/core";
import { themeToVars } from "@mantine/vanilla-extract";
export const theme = createTheme({});
export const vars = themeToVars(theme);