Skip to content

Commit

Permalink
Update packages/material-ui/src/DialogContent/DialogContent.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mnajdova committed Jan 28, 2021
1 parent a28fa51 commit 3c07f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material-ui/src/DialogContent/DialogContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const overridesResolver = (props, styles) => {
const { styleProps } = props;

return deepmerge(styles.root || {}, {
...(!styleProps.dividers && styles.dividers),
...(styleProps.dividers && styles.dividers),
});
};

Expand Down

0 comments on commit 3c07f74

Please sign in to comment.