Skip to content

Commit

Permalink
[material-ui][Dialog] Revert incorrect textAlign style removal (mui#4…
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoAndai authored and joserodolfofreitas committed Jul 29, 2024
1 parent 3d5f689 commit 5085c87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/mui-material/src/Dialog/Dialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ const DialogPaper = styled(Paper, {
style: {
display: 'inline-block',
verticalAlign: 'middle',
textAlign: 'initial',
},
},
{
Expand Down

0 comments on commit 5085c87

Please sign in to comment.