Skip to content

Commit

Permalink
fix: Remove padding
Browse files Browse the repository at this point in the history
  • Loading branch information
usame-algan committed Feb 18, 2025
1 parent 3dea83c commit 9233421
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const OrgsInfoModal = ({ onClose, onCreate }: { onClose: () => void; onCreate: (

return (
<Dialog open PaperProps={{ style: { width: '870px', maxWidth: '98%', borderRadius: '16px' } }} onClose={onClose}>
<DialogContent dividers sx={{ py: 3, px: 4 }}>
<DialogContent dividers sx={{ p: 0, border: 0 }}>
<Grid2 container>
<Grid2 size={6} p={5} display="flex" flexDirection="column">
<Typography component="div" variant="h1" mb={1} position="relative">
Expand Down

0 comments on commit 9233421

Please sign in to comment.