feat: set width to 30%

This commit is contained in:
Sushant
2025-01-13 11:50:59 +05:30
committed by GitHub
parent 41d90db252
commit 1839ef1002

View File

@@ -164,7 +164,7 @@ export const modalStyle = {
top: "40%",
left: "50%",
transform: "translate(-50%, -50%)",
width: "50%",
width: "30%",
backgroundColor: "background.paper",
p: 4,
height: "fit-content",