Attachments

This commit is contained in:
Philipp Heckel 2022-03-03 14:51:56 -05:00
parent 7dfb2d50c7
commit f9219d2d96
10 changed files with 185 additions and 33 deletions

View file

@ -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
}
}
}
},
});