Skip to content

Commit

Permalink
fix: Changed the font size from 20 to 24
Browse files Browse the repository at this point in the history
  • Loading branch information
KshitizSareen committed Jan 20, 2023
1 parent e64f5d2 commit 0b8ee85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/PasswordInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export default function PasswordInput(props: Props): Node {
style={styles.passwordTextInput}
/>
<Touchable style={styles.showPasswordButton} onPress={handleShow}>
<Icon name={isHidden ? 'eye-off' : 'eye'} size={20} style={styles.showPasswordButtonIcon} />
<Icon name={isHidden ? 'eye-off' : 'eye'} size={24} style={styles.showPasswordButtonIcon} />
</Touchable>
</View>
);
Expand Down

0 comments on commit 0b8ee85

Please sign in to comment.