mirror of
https://github.com/emuplace/sudachi.emuplace.app.git
synced 2025-05-10 10:46:26 +02:00
5 lines
180 B
TypeScript
5 lines
180 B
TypeScript
import { createTheme } from "@mantine/core";
|
|
import { themeToVars } from "@mantine/vanilla-extract";
|
|
|
|
export const theme = createTheme({});
|
|
export const vars = themeToVars(theme);
|