diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2018-08-01 15:50:13 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2018-08-08 15:26:34 +0200 |
| commit | c75a69161c86a59e8e8efdcd0d453f5639d5b895 (patch) | |
| tree | 403501b0abda60c00c1bf5dfaae56d7c743f8305 | |
| parent | 2f6e76531419c0653212410dc992bf952ee5fbe5 (diff) | |
| download | mullvadvpn-c75a69161c86a59e8e8efdcd0d453f5639d5b895.tar.xz mullvadvpn-c75a69161c86a59e8e8efdcd0d453f5639d5b895.zip | |
Fix chopped text in Account view expiration date and Login view status subtitle
| -rw-r--r-- | app/components/AccountStyles.js | 1 | ||||
| -rw-r--r-- | app/components/LoginStyles.js | 1 |
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, |
