fixing styles

This commit is contained in:
2025-04-27 15:38:06 +03:00
parent 6f20bdd684
commit c8e501ddee
30 changed files with 291 additions and 182 deletions

View File

@@ -81,6 +81,20 @@ const darkThemeOptions: ThemeOptions = {
},
},
},
MuiDialog: {
styleOverrides: {
paper: {
backgroundImage: 'none',
},
},
},
MuiPopover: {
styleOverrides: {
paper: {
backgroundImage: 'none',
},
},
},
},
};