Skip to content

Commit

Permalink
Update DialogActions.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Janpot committed Jul 17, 2024
1 parent 3823037 commit ba2f49e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions packages/mui-material/src/DialogActions/DialogActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,11 @@ const DialogActionsRoot = styled('div', {
padding: 8,
justifyContent: 'flex-end',
flex: '0 0 auto',
...(!ownerState.disableSpacing && {
gap: 8,
}),
variants: [
{
props: ({ ownerState }) => !ownerState.disableSpacing,
style: {
'& > :not(style) ~ :not(style)': {
marginLeft: 8,
},
gap: 8,
},
},
],
Expand Down

0 comments on commit ba2f49e

Please sign in to comment.