Files
Homarr/tools/theme.ts
Aj - Thomas 905f445641 Use custom theme
This is a step thowards personalisation for Changeable wallpaper feature. #32
2022-05-10 18:57:41 +02:00

6 lines
115 B
TypeScript

import { MantineProviderProps } from '@mantine/core';
export const theme: MantineProviderProps['theme'] = {
};