summaryrefslogtreecommitdiffhomepage
path: root/gui/src
diff options
context:
space:
mode:
Diffstat (limited to 'gui/src')
-rw-r--r--gui/src/renderer/components/SettingsHeader.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/src/renderer/components/SettingsHeader.tsx b/gui/src/renderer/components/SettingsHeader.tsx
index e099d29a2d..25b4990349 100644
--- a/gui/src/renderer/components/SettingsHeader.tsx
+++ b/gui/src/renderer/components/SettingsHeader.tsx
@@ -15,11 +15,11 @@ const styles = {
fontFamily: 'DINPro',
fontSize: 32,
fontWeight: '900',
- lineHeight: 40,
+ lineHeight: 32,
color: 'rgb(255, 255, 255)',
}),
subtitle: Styles.createTextStyle({
- marginTop: 4,
+ marginTop: 8,
fontFamily: 'Open Sans',
fontSize: 13,
fontWeight: '600',