Skip to content

Commit

Permalink
adjust height of input fields show text is shown on android
Browse files Browse the repository at this point in the history
  • Loading branch information
jlipps committed Oct 6, 2018
1 parent 674e8e0 commit 9d3d16f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion screens/ClipboardScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const styles = StyleSheet.create({
},
formControl: {
margin: baseStyles.margin,
height: 25,
height: 50,
width: '100%',
},
});
2 changes: 1 addition & 1 deletion screens/EchoScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,6 @@ const styles = StyleSheet.create({
formControl: {
margin: baseStyles.margin,
width: '100%',
height: 25,
height: 50,
},
});
1 change: 1 addition & 0 deletions screens/LoginScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ const styles = StyleSheet.create({
paddingTop: baseStyles.margin * 5,
},
formEl: {
height: 50,
marginTop: baseStyles.margin * 2,
width: "100%",
},
Expand Down

0 comments on commit 9d3d16f

Please sign in to comment.