Skip to content

Commit 0b8ee85

Browse files
committed
fix: Changed the font size from 20 to 24
1 parent e64f5d2 commit 0b8ee85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/PasswordInput.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export default function PasswordInput(props: Props): Node {
5555
style={styles.passwordTextInput}
5656
/>
5757
<Touchable style={styles.showPasswordButton} onPress={handleShow}>
58-
<Icon name={isHidden ? 'eye-off' : 'eye'} size={20} style={styles.showPasswordButtonIcon} />
58+
<Icon name={isHidden ? 'eye-off' : 'eye'} size={24} style={styles.showPasswordButtonIcon} />
5959
</Touchable>
6060
</View>
6161
);

0 commit comments

Comments
 (0)