Skip to content

Commit e6e2600

Browse files
committed
cmt6
1 parent cdfaf3b commit e6e2600

File tree

1 file changed

+2
-1
lines changed
  • packages/material-ui/src/Chip

1 file changed

+2
-1
lines changed

packages/material-ui/src/Chip/Chip.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,10 +234,11 @@ const ChipRoot = styled('div', {
234234
[`&.${chipClasses.focusVisible}`]: {
235235
backgroundColor: theme.palette.action.focus,
236236
},
237+
237238
[`& .${chipClasses.avatar}`]: {
238239
marginLeft: 4,
239240
},
240-
241+
241242
[`& .${chipClasses.avatarSmall}`]: {
242243
marginLeft: 2,
243244
},

0 commit comments

Comments
 (0)