We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e64f5d2 commit 0b8ee85Copy full SHA for 0b8ee85
src/common/PasswordInput.js
@@ -55,7 +55,7 @@ export default function PasswordInput(props: Props): Node {
55
style={styles.passwordTextInput}
56
/>
57
<Touchable style={styles.showPasswordButton} onPress={handleShow}>
58
- <Icon name={isHidden ? 'eye-off' : 'eye'} size={20} style={styles.showPasswordButtonIcon} />
+ <Icon name={isHidden ? 'eye-off' : 'eye'} size={24} style={styles.showPasswordButtonIcon} />
59
</Touchable>
60
</View>
61
);
0 commit comments