Lightbox backdrop fixes
This commit is contained in:
parent
695e029147
commit
3bce0ad4ae
5 changed files with 7 additions and 11 deletions
|
@ -1,7 +1,7 @@
|
|||
import Typography from "@mui/material/Typography";
|
||||
import theme from "./theme";
|
||||
import Container from "@mui/material/Container";
|
||||
import {styled} from "@mui/material";
|
||||
import {Backdrop, styled} from "@mui/material";
|
||||
|
||||
export const Paragraph = styled(Typography)({
|
||||
paddingTop: 8,
|
||||
|
@ -16,3 +16,7 @@ export const VerticallyCenteredContainer = styled(Container)({
|
|||
alignContent: 'center',
|
||||
color: theme.palette.text.primary
|
||||
});
|
||||
|
||||
export const LightboxBackdrop = styled(Backdrop)({
|
||||
backgroundColor: 'rgba(0, 0, 0, 0.8)' // was: 0.5
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue