This commit is contained in:
2020-06-18 16:23:24 -05:00
parent 8827fd8b4e
commit 542c6e3986

View File

@@ -127,7 +127,7 @@ export default class extends Component {
<a href={'#'}
className={'PasswordShowHide'}
onClick={this.handleShowHideClick}>
<FontAwesomeIcon icon={this.state.show_password ? faEye : faEyeSlash}/>
<FontAwesomeIcon icon={this.state.show_password ? faEye : faEyeSlash} fixedWidth/>
</a>
</div>
);