mirror of
https://github.com/emuplace/sudachi.emuplace.app.git
synced 2024-11-24 03:14:32 +01:00
6 lines
180 B
TypeScript
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);
|