1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-20 10:50:08 +03:00

F #5422: Bump material-ui to 5.1.0 (#1582)

This commit is contained in:
Sergio Betanzos 2021-11-18 11:27:37 +01:00 committed by GitHub
parent ab1893257b
commit f9a4ff0174
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 446 additions and 435 deletions

File diff suppressed because it is too large Load Diff

View File

@ -61,18 +61,18 @@
"@babel/plugin-proposal-optional-chaining": "7.14.5",
"@babel/preset-env": "7.15.8",
"@babel/preset-react": "7.14.5",
"@emotion/react": "11.4.1",
"@emotion/styled": "11.3.0",
"@emotion/react": "11.6.0",
"@emotion/styled": "11.6.0",
"@hookform/devtools": "4.0.1",
"@hookform/resolvers": "2.8.2",
"@loadable/babel-plugin": "5.13.2",
"@loadable/component": "5.15.0",
"@loadable/server": "5.15.1",
"@loadable/webpack-plugin": "5.15.1",
"@mui/lab": "5.0.0-alpha.49",
"@mui/material": "5.0.2",
"@mui/styles": "5.0.1",
"@mui/system": "5.0.2",
"@mui/lab": "5.0.0-alpha.54",
"@mui/material": "5.1.0",
"@mui/styles": "5.1.0",
"@mui/system": "5.1.0",
"@reduxjs/toolkit": "1.6.2",
"atob": "2.1.2",
"axios": "0.23.0",
@ -109,7 +109,7 @@
"morgan": "1.10.0",
"multer": "1.4.3",
"node-zendesk": "2.1.0",
"notistack": "2.0.2",
"notistack": "2.0.3",
"opennebula-guacamole": "1.0.0",
"path": "0.12.7",
"process": "0.11.10",

View File

@ -57,7 +57,7 @@ const MuiProvider = ({ theme: appTheme, children }) => {
return (
<StyledEngineProvider injectFirst>
<ThemeProvider theme={muitheme}>
<CssBaseline />
<CssBaseline enableColorScheme />
<StylesProvider generateClassName={generateClassName}>
{children}
</StylesProvider>

View File

@ -236,7 +236,6 @@ export default (appTheme, mode = SCHEMES.DARK) => {
MuiCssBaseline: {
styleOverrides: {
'@font-face': UbuntuFont,
body: isDarkMode ? darkScrollbar() : null,
'.description__link': {
margin: 0,
color: isDarkMode ? secondary.main : secondary.dark,