mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-10 21:50:14 -07:00
Theme update
This commit is contained in:
@@ -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',
|
||||
}),
|
||||
}),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user