Improve style for "custom nodes" dialog

This commit is contained in:
Nicola Benaglia
2025-06-20 15:28:35 +02:00
parent 4134a5ec61
commit 52f2ce5de0
4 changed files with 35 additions and 33 deletions

View File

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