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

@@ -73,6 +73,14 @@ const commonThemeOptions = {
},
},
MuiDialog: {
styleOverrides: {
paper: {
backgroundImage: 'none',
},
},
},
MuiModal: {
styleOverrides: {
root: {

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: {

View File

@@ -116,18 +116,6 @@ export const lightThemeOptions: ThemeOptions = {
},
},
MuiDialog: {
styleOverrides: {
root: {
backgroundColor: 'rgb(220, 220, 220)',
color: 'rgba(0, 0, 0, 0.87)',
},
paper: {
backgroundImage: 'none',
},
},
},
MuiPaper: {
styleOverrides: {
root: {