fix message dilagob paper padding

This commit is contained in:
Abhinav 2022-06-28 16:22:21 +05:30
parent 27d11b4ef8
commit b8804bf7f9

View file

@ -2,7 +2,7 @@ import { Dialog, styled } from '@mui/material';
const DialogBoxBase = styled(Dialog)(({ theme }) => ({
'& .MuiDialog-paper': {
padding: 0,
padding: theme.spacing(1, 1.5),
},
'& .MuiDialogTitle-root': {
padding: theme.spacing(2),