@abhishekzambare/mui 0.0.20 → 0.0.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/mui.js +1 -1
- package/package.json +1 -1
package/dist/mui.js
CHANGED
|
@@ -13421,7 +13421,7 @@ var Ug = Hg({ themeId: ms });
|
|
|
13421
13421
|
//#region lib/MainContext/useThemeSlice.tsx
|
|
13422
13422
|
function Wg(e) {
|
|
13423
13423
|
return {
|
|
13424
|
-
MuiCssBaseline: { styleOverrides: {
|
|
13424
|
+
MuiCssBaseline: { styleOverrides: { html: { ...e.palette.mode === "dark" && { backgroundColor: e.palette.background.paper } } } },
|
|
13425
13425
|
MuiSvgIcon: {
|
|
13426
13426
|
defaultProps: {
|
|
13427
13427
|
fontSize: "small",
|