Skip to content

Commit 3c07f74

Browse files
authored
Update packages/material-ui/src/DialogContent/DialogContent.js
1 parent a28fa51 commit 3c07f74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/material-ui/src/DialogContent/DialogContent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const overridesResolver = (props, styles) => {
1111
const { styleProps } = props;
1212

1313
return deepmerge(styles.root || {}, {
14-
...(!styleProps.dividers && styles.dividers),
14+
...(styleProps.dividers && styles.dividers),
1515
});
1616
};
1717

0 commit comments

Comments
 (0)