Skip to content

Commit

Permalink
fix(PasswordInput): use prefix variable
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod committed May 9, 2019
1 parent 0eb42ff commit 73ef45b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/components/TextInput/PasswordInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ ControlledPasswordInput.propTypes = {

ControlledPasswordInput.defaultProps = {
alt: '',
className: 'bx--text__input',
className: `${prefix}--text__input`,
disabled: false,
onChange: () => {},
onClick: () => {},
Expand Down

0 comments on commit 73ef45b

Please sign in to comment.