summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--gui/src/renderer/components/HeaderBar.tsx7
1 files changed, 5 insertions, 2 deletions
diff --git a/gui/src/renderer/components/HeaderBar.tsx b/gui/src/renderer/components/HeaderBar.tsx
index 8cc9fa95e0..fc30c8fbae 100644
--- a/gui/src/renderer/components/HeaderBar.tsx
+++ b/gui/src/renderer/components/HeaderBar.tsx
@@ -73,10 +73,13 @@ const BrandContainer = styled.div({
const Title = styled.span({
...sourceSansPro,
- fontSize: '26px',
+ fontSize: '27px',
lineHeight: '30px',
color: colors.white80,
- marginLeft: '9px',
+ marginLeft: '7px',
+ letterSpacing: '0.015em',
+ position: 'relative',
+ top: '-1px',
});
const Logo = styled(ImageView)({