summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorOskar Nyberg <oskar@mullvad.net>2020-02-15 16:00:04 +0100
committerOskar Nyberg <oskar@mullvad.net>2020-02-18 15:29:44 +0100
commit1787026dd80745408abfd8b25c374353cc0a183a (patch)
tree64e5fbb0df54a115b046306a7f9fe938e827d7f3
parent9f850da5dcafff368604914aff683a20cb502f94 (diff)
downloadmullvadvpn-1787026dd80745408abfd8b25c374353cc0a183a.tar.xz
mullvadvpn-1787026dd80745408abfd8b25c374353cc0a183a.zip
Increase location line height
-rw-r--r--gui/src/renderer/components/TunnelControl.tsx6
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,