diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2019-08-23 13:20:06 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2019-08-23 14:27:49 +0200 |
| commit | 24de772ae186c6c967008597a8f97cade288d637 (patch) | |
| tree | d18279cdc78654c24b5cbb9a8d034073ac2138fd | |
| parent | 7f6d9d95e29362ab5d79a36e831df20f99c98d3c (diff) | |
| download | mullvadvpn-24de772ae186c6c967008597a8f97cade288d637.tar.xz mullvadvpn-24de772ae186c6c967008597a8f97cade288d637.zip | |
Fix line height
| -rw-r--r-- | gui/src/renderer/components/SupportStyles.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/src/renderer/components/SupportStyles.tsx b/gui/src/renderer/components/SupportStyles.tsx index bcc05b7b50..05fd89bfd0 100644 --- a/gui/src/renderer/components/SupportStyles.tsx +++ b/gui/src/renderer/components/SupportStyles.tsx @@ -109,6 +109,7 @@ export default { fontFamily: 'DINPro', fontSize: 34, fontWeight: '900', + lineHeight: 38, letterSpacing: -0.9, color: colors.white, marginBottom: 4, |
