diff options
Diffstat (limited to 'gui')
| -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, |
