Skip to content

Commit

Permalink
[ListItemIcon] Take advantage of CSS inheritance (#11206)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-land authored and oliviertassinari committed May 2, 2018
1 parent fe61866 commit 67f072a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/material-ui/src/List/ListItemIcon.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
Expand Down

0 comments on commit 67f072a

Please sign in to comment.