feat: set height to 30%

This commit is contained in:
karishmas6
2024-08-21 22:01:56 +05:30
parent e8031d94e8
commit 82fa646a66

View File

@@ -37,7 +37,7 @@ const defaultModalStyle = {
bgcolor: 'background.paper',
boxShadow: 24,
p: 4,
height: '60%',
height: '30%',
display: 'block',
overflow: 'scroll',
padding: '5px 25px 10px 25px',