mirror of
https://dev.azure.com/tstanciu94/NetworkResurrector/_git/NetworkResurrector
synced 2025-06-21 19:17:04 +03:00
theme enhancements
This commit is contained in:
parent
e3af87cd88
commit
6d451162b1
@ -25,6 +25,20 @@ export const commonTheme: ThemeOptions = {
|
||||
info: {
|
||||
main: info
|
||||
}
|
||||
},
|
||||
components: {
|
||||
MuiAppBar: {
|
||||
defaultProps: {
|
||||
enableColorOnDark: true
|
||||
}
|
||||
},
|
||||
MuiPaper: {
|
||||
styleOverrides: {
|
||||
root: {
|
||||
backgroundImage: "unset" // The gradient is part of how MUI implements the elevation of the Paper component in dark mode. If you don't want this gradient, you can override it with "unset".
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user