Skip to content

Commit

Permalink
Add lineHeight too
Browse files Browse the repository at this point in the history
Add `lineHeight` to `menuOptionText` so there's not too much spacing between lines in wrapped text
  • Loading branch information
pederjohnsen authored Apr 2, 2020
1 parent 11bd718 commit b16206c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/top-bar/TopBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ const styles = StyleSheet.create({
menuOptionText: {
flex: 1,
fontSize: 15,
lineHeight: 20,
color: '#212121',
marginLeft: 7,
},
Expand Down

0 comments on commit b16206c

Please sign in to comment.