mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
update web
This commit is contained in:
@@ -109,9 +109,11 @@ export const mainColors = {
|
||||
light: {
|
||||
primary: '#00a572',
|
||||
secondary: '#00a572',
|
||||
labels: rgba('#000', 0.9),
|
||||
},
|
||||
dark: {
|
||||
primary: '#323637',
|
||||
secondary: '#dee3e5',
|
||||
labels: rgba('#fff', 0.9),
|
||||
},
|
||||
}
|
||||
|
||||
@@ -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