Skip to content

Commit

Permalink
fix title cut in japanese
Browse files Browse the repository at this point in the history
  • Loading branch information
Wangchou Lu committed Jan 20, 2018
1 parent 863566b commit 230f292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Page.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ const windowWidth = Dimensions.get('window').width
const windowHeight = Dimensions.get('window').height
const fontSize = Math.min(windowWidth, windowHeight) / 20
const pageHeight = fontSize * 17
const titleHeight = 22
const titleHeight = 25
const semiBold = '600'
const light = '300'
const pageSeparatorWidth = 20
Expand Down

0 comments on commit 230f292

Please sign in to comment.