Merge branch 'showable-password-icons' into 'develop'
ShowablePassword: switch icons See merge request soapbox-pub/soapbox-fe!925
This commit is contained in:
commit
de35a72a20
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ class ShowablePassword extends ImmutablePureComponent {
|
|||
|
||||
const revealButton = (
|
||||
<IconButton
|
||||
src={revealed ? require('@tabler/icons/icons/eye.svg') : require('@tabler/icons/icons/eye-off.svg')}
|
||||
src={revealed ? require('@tabler/icons/icons/eye-off.svg') : require('@tabler/icons/icons/eye.svg')}
|
||||
onClick={this.toggleReveal}
|
||||
title={intl.formatMessage(revealed ? messages.hidePassword : messages.showPassword)}
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue