Skip to content

Commit 4b78875

Browse files
committed
PasswordInput: Add 8px margin between password input and show/hide button
The touchable-feedback area was right up against the right edge of the password input. Give some margin in between, for some breathing room.
1 parent c0d475a commit 4b78875

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/common/PasswordInput.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import Touchable from './Touchable';
1212
const styles = createStyleSheet({
1313
showPasswordButton: {
1414
justifyContent: 'center',
15+
marginLeft: 8,
1516
},
1617
showPasswordButtonIcon: {
1718
margin: 8,

0 commit comments

Comments
 (0)