mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-07-30 13:41:45 +00:00
Refactor style
This commit is contained in:
@@ -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)',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user