feat: width 1000, height 50%

This commit is contained in:
karishmas6
2024-10-19 00:23:49 +05:30
parent ff0c15bf66
commit 9e172d32b4

View File

@@ -33,11 +33,11 @@ const defaultModalStyle = {
top: '50%',
left: '50%',
transform: 'translate(-50%, -50%)',
width: 500,
width: 1000,
bgcolor: 'background.paper',
boxShadow: 24,
p: 4,
height: '30%',
height: '50%',
display: 'block',
overflow: 'scroll',
padding: '5px 25px 10px 25px',