Files
Homarr/tools/theme.ts

4 lines
111 B
TypeScript
Raw Normal View History

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