Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mnajdova committed Jan 28, 2021
1 parent dcdc974 commit 11bff3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material-ui/src/Chip/Chip.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const useUtilityClasses = (styleProps) => {
clickable && 'clickable',
clickable && `clickableColor${capitalize(color)}`,
onDelete && 'deletable',
onDelete && `deletableColor${capitalize(color)})`,
onDelete && `deletableColor${capitalize(color)}`,
],
label: ['label', `label${capitalize(size)}`],
avatar: ['avatar', `avatar${capitalize(size)}`, `avatarColor${capitalize(color)}`],
Expand Down

0 comments on commit 11bff3d

Please sign in to comment.