Small fix in maxWidth

This commit is contained in:
Daniel
2025-01-13 01:00:49 +01:00
committed by Nicolás Hatcher Andrés
parent c770b3229c
commit 378f8351d3

View File

@@ -189,7 +189,7 @@ const StyledDialog = styled(Dialog)(({ theme }) => ({
height: "400px", height: "400px",
minHeight: "200px", minHeight: "200px",
minWidth: "620px", minWidth: "620px",
maxWidth: "90%", maxWidth: "620px",
[theme.breakpoints.down("sm")]: { [theme.breakpoints.down("sm")]: {
minWidth: "90%", minWidth: "90%",
}, },