Skip to content

Commit

Permalink
fix: add top margint to confirmation dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
paulschreiber committed Mar 25, 2024
1 parent 843d7cb commit 15c51eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/components/ConfirmationDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const ConfirmationDialog = props => {
aria-labelledby="confirmation-dialog-title"
aria-describedby="confirmation-dialog-content-text"
>
<DialogTitle component="h1" id="confirmation-dialog-title">
<DialogTitle component="h1" id="confirmation-dialog-title" sx={{ mt: 2 }}>
{title}
</DialogTitle>
<DialogContent>
Expand Down

0 comments on commit 15c51eb

Please sign in to comment.