Lightbox backdrop fixes

This commit is contained in:
Philipp Heckel 2022-03-03 20:28:16 -05:00
parent 695e029147
commit 3bce0ad4ae
5 changed files with 7 additions and 11 deletions

View file

@ -21,13 +21,6 @@ const theme = createTheme({
},
},
},
MuiBackdrop: {
styleOverrides: {
root: {
backgroundColor: 'rgba(0, 0, 0, 0.8)' // was: 0.5
}
}
}
},
});