mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
use full-width right switches
This commit is contained in:
@@ -58,11 +58,20 @@ export const useMaterialUITheme = () => {
|
||||
color: mainColors[theme].labels,
|
||||
},
|
||||
},
|
||||
// https://material-ui.com/ru/api/form-control-label/
|
||||
MuiFormControlLabel: {
|
||||
labelPlacementStart: {
|
||||
display: 'flex',
|
||||
justifyContent: 'space-between',
|
||||
marginStart: 0,
|
||||
marginTop: 6,
|
||||
marginBottom: 2,
|
||||
},
|
||||
},
|
||||
MuiInputLabel: {
|
||||
root: {
|
||||
color: mainColors[theme].labels,
|
||||
// fontSize: '22px',
|
||||
marginBottom: '10px',
|
||||
marginBottom: 8,
|
||||
'&$focused': {
|
||||
color: mainColors[theme].labels,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user