This commit is contained in:
Manav Rathi
2025-01-10 07:09:10 +05:30
parent 2c56f7e8c8
commit cce6562a4d

View File

@@ -477,6 +477,8 @@ const getComponents = (
},
},
MuiPaper: {
// MUI applies a semi-transparent background image for elevation in dark
// mode. Remove it to use the elevated Paper background from our design.
styleOverrides: { root: { backgroundImage: "none" } },
},
MuiLink: {