Skip to content

Commit

Permalink
fix(PasswordInput): add missing button class
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod committed Feb 12, 2021
1 parent 6821fd3 commit b2ac85d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ const ControlledPasswordInput = React.forwardRef(
);
const passwordVisibilityToggleClasses = classNames(
`${prefix}--text-input--password__visibility__toggle`,
`${prefix}--btn`,
`${prefix}--btn--icon-only`,
`${prefix}--tooltip__trigger`,
`${prefix}--tooltip--a11y`,
Expand Down

0 comments on commit b2ac85d

Please sign in to comment.