Files
Homarr/tools/theme.ts

6 lines
115 B
TypeScript
Raw Normal View History

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