🎨 Small styling changes

This commit is contained in:
ajnart
2022-08-08 15:43:04 +02:00
parent 528e899066
commit 6adb796b26
5 changed files with 35 additions and 19 deletions

View File

@@ -1,13 +0,0 @@
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' },
// },
// };