Skip to content

Commit

Permalink
Update text sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
cutiful committed Mar 27, 2020
1 parent c993b8a commit 79e8357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export function getSmallerTextSize(width) {
if (width >= 520) {
return 15;
} else if (width >= 450) {
return 14;
return 13;
} else if (width >= 420) {
return 12;
} else if (width >= 320) {
Expand Down

0 comments on commit 79e8357

Please sign in to comment.