14 lines
346 B
TypeScript
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' },
|
|
// },
|
|
// };
|