Skip to content

Commit

Permalink
allow any variant
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Mar 14, 2021
1 parent 5b436b4 commit 036a586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material-ui/src/InputAdornment/InputAdornment.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const useUtilityClasses = (styleProps) => {
'root',
disablePointerEvents && 'disablePointerEvents',
position && `position${capitalize(position)}`,
variant === 'filled' && 'filled',
variant,
'hiddenLabel',
'sizeSmall',
],
Expand Down

0 comments on commit 036a586

Please sign in to comment.