qwq
This commit is contained in:
12
src/App.tsx
12
src/App.tsx
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user