feat: set width to 50%

This commit is contained in:
karishmas6
2024-09-12 23:09:16 +05:30
parent b5aa68cb00
commit df9208299f

View File

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