Files
Homarr/src/tools/theme.ts

6 lines
131 B
TypeScript
Raw Normal View History

import { MantineProviderProps } from '@mantine/core';
2022-06-01 19:53:57 +02:00
export const theme: MantineProviderProps['theme'] = {
primaryShade: 6,
};