fix: revert to width 500

This commit is contained in:
karishmas6
2024-10-11 18:23:09 +05:30
parent 6c667253b3
commit 63bc4749cf

View File

@@ -33,7 +33,7 @@ const defaultModalStyle = {
top: '50%',
left: '50%',
transform: 'translate(-50%, -50%)',
width: 300,
width: 500,
bgcolor: 'background.paper',
boxShadow: 24,
p: 4,