mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-11-01 21:47:05 +00:00
Improve style for "custom nodes" dialog
This commit is contained in:
@@ -73,6 +73,14 @@ const commonThemeOptions = {
|
||||
},
|
||||
},
|
||||
|
||||
MuiDialog: {
|
||||
styleOverrides: {
|
||||
paper: {
|
||||
backgroundImage: 'none',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
MuiModal: {
|
||||
styleOverrides: {
|
||||
root: {
|
||||
|
||||
@@ -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: {
|
||||
|
||||
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user