🎨 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

@@ -45,6 +45,20 @@ export default function App(this: any, props: AppProps & { colorScheme: ColorSch
<MantineProvider
theme={{
...theme,
components: {
Checkbox: {
styles: {
input: { cursor: 'pointer' },
label: { cursor: 'pointer' },
},
},
Switch: {
styles: {
input: { cursor: 'pointer' },
label: { cursor: 'pointer' },
},
},
},
primaryColor,
primaryShade,
colorScheme,