1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

feat: (preferences) migrate display settings to react components

This commit is contained in:
Grady Hallenbeck 2023-10-17 17:54:55 -07:00
parent 0c7fdd671d
commit ce4c7aed5e
11 changed files with 443 additions and 7 deletions

View file

@ -62,6 +62,13 @@ const theme = createTheme({
variant: 'filled'
}
},
MuiFormHelperText: {
styleOverrides: {
root: {
fontSize: '1rem'
}
}
},
MuiTextField: {
defaultProps: {
variant: 'filled'