mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
update web
This commit is contained in:
@@ -52,6 +52,23 @@ export const useMaterialUITheme = () => {
|
||||
primary: { main: mainColors[theme].primary },
|
||||
secondary: { main: mainColors[theme].secondary },
|
||||
},
|
||||
overrides: {
|
||||
MuiInputBase: {
|
||||
input: {
|
||||
color: mainColors[theme].labels,
|
||||
},
|
||||
},
|
||||
MuiInputLabel: { // MuiFormLabel
|
||||
root: {
|
||||
color: mainColors[theme].labels,
|
||||
// fontSize: '22px',
|
||||
marginBottom: '10px',
|
||||
'&$focused': {
|
||||
color: mainColors[theme].labels,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}),
|
||||
[theme],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user