diff options
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, |
