Refactor style

This commit is contained in:
Nicola Benaglia
2025-06-19 08:16:00 +02:00
parent 21e3cdafd9
commit 8f6ecb22ec
4 changed files with 27 additions and 14 deletions

View File

@@ -116,16 +116,21 @@ export const darkThemeOptions: ThemeOptions = {
MuiDialog: {
styleOverrides: {
root: {
backgroundColor: 'rgb(77, 80, 85)',
color: 'rgb(255, 255, 255)',
},
paper: {
backgroundImage: 'none',
},
},
},
MuiPopover: {
MuiPaper: {
styleOverrides: {
paper: {
backgroundImage: 'none',
root: {
backgroundColor: 'rgb(77, 80, 85)',
color: 'rgb(255, 255, 255)',
},
},
},