Feature/solve azmayesh type bugs

This commit is contained in:
2024-11-24 08:10:01 +00:00
committed by AmirHossein Mahmoodi
parent 53d09f793f
commit a7829d34b8
12 changed files with 614 additions and 422 deletions

View File

@@ -17,6 +17,16 @@ const theme = createTheme({
contrastText: "#fff",
},
},
components: {
MuiBackdrop: {
styleOverrides: {
root: {
backdropFilter: "blur(2px)",
backgroundColor: "rgba(0, 0, 0, 0.5)",
},
},
},
},
});
export default theme;