Skip to content

Commit cdfaf3b

Browse files
committed
cmt5
1 parent 8691772 commit cdfaf3b

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
@@ -237,6 +237,7 @@ const ChipRoot = styled('div', {
237237
[`& .${chipClasses.avatar}`]: {
238238
marginLeft: 4,
239239
},
240+
240241
[`& .${chipClasses.avatarSmall}`]: {
241242
marginLeft: 2,
242243
},
@@ -252,7 +253,7 @@ const ChipRoot = styled('div', {
252253
[`& .${chipClasses.deleteIcon}`]: {
253254
marginRight: 5,
254255
},
255-
256+
256257
[`& .${chipClasses.deleteIconSmall}`]: {
257258
marginRight: 3,
258259
},

0 commit comments

Comments
 (0)