sudachi.emuplace.app/src/theme.ts

6 lines
180 B
TypeScript
Raw Normal View History

2023-06-12 09:15:25 +02:00
import { createTheme } from "@mantine/core";
import { themeToVars } from "@mantine/vanilla-extract";
export const theme = createTheme({});
export const vars = themeToVars(theme);