diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2020-01-31 13:41:00 +0100 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2020-01-31 14:27:36 +0100 |
| commit | 8b7fe3bd8b3fd1c7c604fd55061eeeb8c8798b8f (patch) | |
| tree | a26342eb863a312d7f5f6b74b6ab86759813bc86 /gui/src | |
| parent | a9f559f2cdb3f57819c73d0df97aafb6106b00d2 (diff) | |
| download | mullvadvpn-8b7fe3bd8b3fd1c7c604fd55061eeeb8c8798b8f.tar.xz mullvadvpn-8b7fe3bd8b3fd1c7c604fd55061eeeb8c8798b8f.zip | |
Increase height of ConnectionPanel rows
Diffstat (limited to 'gui/src')
| -rw-r--r-- | gui/src/renderer/components/ConnectionPanel.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/src/renderer/components/ConnectionPanel.tsx b/gui/src/renderer/components/ConnectionPanel.tsx index 9992d3bf73..24bcc1c4cf 100644 --- a/gui/src/renderer/components/ConnectionPanel.tsx +++ b/gui/src/renderer/components/ConnectionPanel.tsx @@ -49,6 +49,7 @@ const styles = { caption: Styles.createTextStyle({ fontFamily: 'Open Sans', fontSize: 13, + lineHeight: 15, fontWeight: '600', color: 'rgb(255, 255, 255)', flex: 0, @@ -57,6 +58,7 @@ const styles = { value: Styles.createTextStyle({ fontFamily: 'Open Sans', fontSize: 13, + lineHeight: 15, fontWeight: '600', color: 'rgb(255, 255, 255)', letterSpacing: -0.2, |
