diff --git a/packages/material-ui/src/List/ListItemIcon.js b/packages/material-ui/src/List/ListItemIcon.js index f7dcec44451e58..ff4f5cedb7255a 100644 --- a/packages/material-ui/src/List/ListItemIcon.js +++ b/packages/material-ui/src/List/ListItemIcon.js @@ -5,9 +5,7 @@ import withStyles from '../styles/withStyles'; export const styles = theme => ({ root: { - height: 24, marginRight: theme.spacing.unit * 2, - width: 24, color: theme.palette.action.active, flexShrink: 0, },