Skip to content

Commit

Permalink
cmt6
Browse files Browse the repository at this point in the history
  • Loading branch information
mnajdova committed Jul 1, 2021
1 parent cdfaf3b commit e6e2600
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/material-ui/src/Chip/Chip.js
Original file line number Diff line number Diff line change
Expand Up @@ -234,10 +234,11 @@ const ChipRoot = styled('div', {
[`&.${chipClasses.focusVisible}`]: {
backgroundColor: theme.palette.action.focus,
},

[`& .${chipClasses.avatar}`]: {
marginLeft: 4,
},

[`& .${chipClasses.avatarSmall}`]: {
marginLeft: 2,
},
Expand Down

0 comments on commit e6e2600

Please sign in to comment.