Skip to content

Commit

Permalink
📝 docs: updated password demo icon size
Browse files Browse the repository at this point in the history
  • Loading branch information
e1en0r committed May 27, 2021
1 parent 501b62a commit b24d684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Form/Textbox/docs/password.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ import { password as variants } from './helpers/variants.js';
<FormComponentDemo property="value" initialValue="Hello world" unwrapped>
<Password
iconHide={CheckIcon}
iconHideSize={14}
iconHideSize={12}
iconShow={HelpIcon}
iconShowSize={12}
onChange={(event, value) => console.log(value)}
Expand Down

0 comments on commit b24d684

Please sign in to comment.