This commit is contained in:
2025-10-20 21:24:03 +08:00
parent 2e4d39be6d
commit 48ec0d9fb4
3 changed files with 15 additions and 13 deletions

View File

@@ -31,6 +31,18 @@ export const applyThemeWithOverrides = (themeConfig: ThemeOptions): ThemeOptions
},
},
},
MuiBackdrop: {
styleOverrides: {
root: {
backgroundColor: "rgba(255, 255, 255, 0.15)",
backdropFilter: "blur(8px)",
"&.MuiBackdrop-invisible": {
backgroundColor: "transparent",
backdropFilter: "none",
},
},
},
},
MuiTooltip: {
defaultProps: {
enterDelay: 500,