chore: lint

This commit is contained in:
amhsirak
2024-11-05 23:23:20 +05:30
parent 2f18636508
commit 25c7ac5b9c

View File

@@ -233,7 +233,7 @@ export const modalStyle = {
width: '50%',
backgroundColor: 'background.paper',
p: 4,
height:'fit-content',
display:'block',
height: 'fit-content',
display: 'block',
padding: '20px',
};
};