Skip to content

Commit

Permalink
PasswordInput: Add 8px margin between password input and show/hide bu…
Browse files Browse the repository at this point in the history
…tton

The touchable-feedback area was right up against the right edge of
the password input. Give some margin in between, for some breathing
room.
  • Loading branch information
chrisbobbe committed Feb 10, 2023
1 parent c0d475a commit 4b78875
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common/PasswordInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import Touchable from './Touchable';
const styles = createStyleSheet({
showPasswordButton: {
justifyContent: 'center',
marginLeft: 8,
},
showPasswordButtonIcon: {
margin: 8,
Expand Down

0 comments on commit 4b78875

Please sign in to comment.