Files
homarr/src/tools/styles.ts
2022-08-02 05:22:38 +02:00

14 lines
346 B
TypeScript

import { MantineProviderProps } from '@mantine/core';
//TODO: Migarate this to v5.0
// export const styles: MantineProviderProps['styles'] = {
// Checkbox: {
// input: { cursor: 'pointer' },
// label: { cursor: 'pointer' },
// },
// Switch: {
// input: { cursor: 'pointer' },
// label: { cursor: 'pointer' },
// },
// };