summaryrefslogtreecommitdiffhomepage
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/components/AccountStyles.js1
-rw-r--r--app/components/LoginStyles.js1
2 files changed, 2 insertions, 0 deletions
diff --git a/app/components/AccountStyles.js b/app/components/AccountStyles.js
index 14fc478a54..a96a8fcff6 100644
--- a/app/components/AccountStyles.js
+++ b/app/components/AccountStyles.js
@@ -56,6 +56,7 @@ export default {
account__row_value: {
fontFamily: 'Open Sans',
fontSize: 16,
+ lineHeight: 19,
fontWeight: '800',
color: colors.white,
},
diff --git a/app/components/LoginStyles.js b/app/components/LoginStyles.js
index d9094a2f13..3309fa2907 100644
--- a/app/components/LoginStyles.js
+++ b/app/components/LoginStyles.js
@@ -136,6 +136,7 @@ export default {
subtitle: {
fontFamily: 'Open Sans',
fontSize: 13,
+ lineHeight: 15,
fontWeight: '600',
letterSpacing: -0.2,
color: colors.white80,