Theme update

This commit is contained in:
Enrico Ros
2024-11-30 22:06:23 -08:00
parent 22a219f1e4
commit eb41a245e8
+4 -3
View File
@@ -140,9 +140,10 @@ export const createAppTheme = (uiComplexityMinimal: boolean) => extendTheme({
styleOverrides: {
root: ({ ownerState }) => ({
...(ownerState.size === 'md' && {
'--Switch-trackWidth': '36px',
'--Switch-trackHeight': '22px',
'--Switch-thumbSize': '17px',
// '--Switch-trackWidth': '36px',
// '--Switch-trackHeight': '22px',
// '--Switch-thumbSize': '17px',
'--Switch-thumbSize': '16px',
}),
}),
},