Skip to content

Commit

Permalink
chore: add dividers to DialogContent by default to add padding top
Browse files Browse the repository at this point in the history
  • Loading branch information
timurbazhirov committed Nov 28, 2023
1 parent 68d4ff8 commit 909a26c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mui/components/dialog/Dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function DialogModal({
onClose,
children,
maxWidth = "sm",
dividers = false,
dividers = true,
fullWidth = true,
isSubmitButtonDisabled = false,
isSubmitButtonProcessing = false,
Expand Down

0 comments on commit 909a26c

Please sign in to comment.