Use custom theme

This is a step thowards personalisation for Changeable wallpaper feature. #32
This commit is contained in:
Aj - Thomas
2022-05-10 18:57:41 +02:00
parent 2462671700
commit 905f445641
2 changed files with 14 additions and 1 deletions

5
tools/theme.ts Normal file
View File

@@ -0,0 +1,5 @@
import { MantineProviderProps } from '@mantine/core';
export const theme: MantineProviderProps['theme'] = {
};