@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.
Files changed (2) hide show
  1. package/dist/mui.js +1 -1
  2. 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: { body: {} } },
13424
+ MuiCssBaseline: { styleOverrides: { html: { ...e.palette.mode === "dark" && { backgroundColor: e.palette.background.paper } } } },
13425
13425
  MuiSvgIcon: {
13426
13426
  defaultProps: {
13427
13427
  fontSize: "small",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@abhishekzambare/mui",
3
3
  "description": "MUI Wrapper",
4
- "version": "0.0.20",
4
+ "version": "0.0.21",
5
5
  "author": "Abhishek Zambare",
6
6
  "license": "MIT",
7
7
  "private": false,