Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
amandeepmittal committed Sep 6, 2019
1 parent 96a6845 commit 9b64b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion screens/Login.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export default class Login extends Component {
onBlur={handleBlur('password')}
rightIcon={
<TouchableOpacity onPress={this.handlePasswordVisibility}>
<Ionicons name={rightIcon} size={24} color='grey' />
<Ionicons name={rightIcon} size={28} color='grey' />
</TouchableOpacity>
}
/>
Expand Down

0 comments on commit 9b64b35

Please sign in to comment.