Small sizing and spacing tweaks

This commit is contained in:
Paul Frazee 2022-11-18 11:10:19 -06:00
parent 69609d8732
commit a2a2519e87
2 changed files with 2 additions and 2 deletions

View file

@ -249,6 +249,6 @@ const styles = StyleSheet.create({
textInput: {
flex: 1,
padding: 5,
fontSize: 18,
fontSize: 21,
},
})