Skip to content

Commit

Permalink
cmt4
Browse files Browse the repository at this point in the history
cmt5

cmt6
  • Loading branch information
mnajdova committed Jul 1, 2021
1 parent b3b431b commit f1c8591
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/material-ui/src/Chip/Chip.js
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,11 @@ const ChipRoot = styled('div', {
[`&.${chipClasses.focusVisible}`]: {
backgroundColor: theme.palette.action.focus,
},

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

[`& .${chipClasses.avatarSmall}`]: {
marginLeft: 2,
},
Expand All @@ -248,10 +250,11 @@ const ChipRoot = styled('div', {
[`& .${chipClasses.iconSmall}`]: {
marginLeft: 2,
},

[`& .${chipClasses.deleteIcon}`]: {
marginRight: 5,
},

[`& .${chipClasses.deleteIconSmall}`]: {
marginRight: 3,
},
Expand Down

0 comments on commit f1c8591

Please sign in to comment.