Skip to content

Commit

Permalink
Update packages/material-ui/src/ListItemIcon/ListItemIcon.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mnajdova committed Jan 27, 2021
1 parent 3582f6d commit ebcf1f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material-ui/src/ListItemIcon/ListItemIcon.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const ListItemIconRoot = experimentalStyled(
flexShrink: 0,
display: 'inline-flex',
/* Styles applied to the root element when the parent `ListItem` uses `alignItems="flex-start"`. */
...(styleProps.alignItemsFlexStart && {
...(styleProps.alignItems === 'flex-start' && {
marginTop: 8,
}),
}));
Expand Down

0 comments on commit ebcf1f9

Please sign in to comment.