mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix direct reference to mui theme
This commit is contained in:
parent
9b635ca497
commit
2c0efd51c8
2 changed files with 13 additions and 7 deletions
|
@ -55,7 +55,18 @@ const theme = createTheme({
|
|||
MuiButton: {
|
||||
defaultProps: {
|
||||
variant: 'contained'
|
||||
}
|
||||
},
|
||||
variants: [
|
||||
{
|
||||
props: {
|
||||
size: 'large'
|
||||
},
|
||||
style: {
|
||||
fontSize: '1rem',
|
||||
fontWeight: 'bold'
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
MuiFormControl: {
|
||||
defaultProps: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue