diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2020-02-15 16:00:04 +0100 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2020-02-18 15:29:44 +0100 |
| commit | 1787026dd80745408abfd8b25c374353cc0a183a (patch) | |
| tree | 64e5fbb0df54a115b046306a7f9fe938e827d7f3 /gui/src | |
| parent | 9f850da5dcafff368604914aff683a20cb502f94 (diff) | |
| download | mullvadvpn-1787026dd80745408abfd8b25c374353cc0a183a.tar.xz mullvadvpn-1787026dd80745408abfd8b25c374353cc0a183a.zip | |
Increase location line height
Diffstat (limited to 'gui/src')
| -rw-r--r-- | gui/src/renderer/components/TunnelControl.tsx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gui/src/renderer/components/TunnelControl.tsx b/gui/src/renderer/components/TunnelControl.tsx index d8a5937760..47310e2b84 100644 --- a/gui/src/renderer/components/TunnelControl.tsx +++ b/gui/src/renderer/components/TunnelControl.tsx @@ -47,16 +47,16 @@ const styles = { fontSize: 16, fontWeight: '800', lineHeight: 22, - marginBottom: 4, + marginBottom: 2, }), status_location: Styles.createTextStyle({ flexDirection: 'column', - marginBottom: 4, + marginBottom: 2, }), status_location_text: Styles.createTextStyle({ fontFamily: 'DINPro', fontSize: 34, - lineHeight: 36, + lineHeight: 38, fontWeight: '900', overflow: 'hidden', letterSpacing: -0.9, |
