diff options
| author | Erik Larkö <erik@mullvad.net> | 2018-02-01 13:09:24 +0100 |
|---|---|---|
| committer | Erik Larkö <erik@mullvad.net> | 2018-02-01 13:09:24 +0100 |
| commit | 3f5593b174474cae47d110a1899400648e2a855e (patch) | |
| tree | 01a03ff96f5fd55962e8dc7a4c60d6907c0dbb94 | |
| parent | c5499bf826dacd1c8e30a0631d6b9338be2e52e4 (diff) | |
| parent | 79bffbf9a4f6af4a28f46f6913617596eedae987 (diff) | |
| download | mullvadvpn-3f5593b174474cae47d110a1899400648e2a855e.tar.xz mullvadvpn-3f5593b174474cae47d110a1899400648e2a855e.zip | |
Merge branch 'line-height'
| -rw-r--r-- | app/components/SupportStyles.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/components/SupportStyles.js b/app/components/SupportStyles.js index 9bb1007f04..f0b0df5c18 100644 --- a/app/components/SupportStyles.js +++ b/app/components/SupportStyles.js @@ -211,7 +211,7 @@ export default Object.assign(createViewStyles({ support__no_email_warning: { fontFamily: 'Open Sans', fontSize: 13, - lineHeight: 1.3, + lineHeight: 16, color: 'rgba(255,255,255,0.8)', }, |
