diff options
Diffstat (limited to 'client/src/lib/views/home.js')
| -rw-r--r-- | client/src/lib/views/home.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/lib/views/home.js b/client/src/lib/views/home.js index 6f117e5..8d5f275 100644 --- a/client/src/lib/views/home.js +++ b/client/src/lib/views/home.js @@ -98,6 +98,7 @@ const styles = StyleSheet.create({ text: { lineHeight: 16, marginBottom: shortHeight ? 5 : 10, + fontSize: isIphone ? 14 : 16 }, image: { width: buttonSide, |
