WhatsInYourBag/src/theme.ts
2025-09-02 00:38:57 +01:00

6 lines
131 B
TypeScript

import { createTheme } from '@mantine/core';
export const theme = createTheme({
/** Put your mantine theme override here */
});