Attachments
This commit is contained in:
parent
7dfb2d50c7
commit
f9219d2d96
10 changed files with 185 additions and 33 deletions
|
@ -12,9 +12,6 @@ const theme = createTheme({
|
|||
error: {
|
||||
main: red.A400,
|
||||
},
|
||||
body: {
|
||||
main: '#444',
|
||||
}
|
||||
},
|
||||
components: {
|
||||
MuiListItemIcon: {
|
||||
|
@ -24,6 +21,13 @@ const theme = createTheme({
|
|||
},
|
||||
},
|
||||
},
|
||||
MuiBackdrop: {
|
||||
styleOverrides: {
|
||||
root: {
|
||||
backgroundColor: 'rgba(0, 0, 0, 0.8)' // was: 0.5
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue