Files
next-app-template/theme.ts
Vitaly Rtishchev f63101a095 Init template
2023-05-28 10:55:11 +04:00

6 lines
130 B
TypeScript

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