Skip to content

Commit

Permalink
[Autocomplete] Fix tagSize class typo (#25908)
Browse files Browse the repository at this point in the history
[Autocomplete] Fix tagSize class typo (#25908)
  • Loading branch information
JanMisker authored Apr 23, 2021
1 parent d6e1eaa commit 916b521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material-ui/src/Autocomplete/Autocomplete.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const useUtilityClasses = (styleProps) => {
],
inputRoot: ['inputRoot'],
input: ['input', inputFocused && 'inputFocused'],
tag: ['tag', `tagSize${capitalize(size)})`],
tag: ['tag', `tagSize${capitalize(size)}`],
endAdornment: ['endAdornment'],
clearIndicator: ['clearIndicator'],
popupIndicator: ['popupIndicator', popupOpen && 'popupIndicatorOpen'],
Expand Down

0 comments on commit 916b521

Please sign in to comment.