diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2021-10-27 12:03:58 +0200 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2021-10-27 12:54:25 +0200 |
| commit | 568e4149a33ffe0d34a76b956ba0ad2b440c983c (patch) | |
| tree | 2bb0f1d1c0ebd72809a92f7dcbea37aa0990f8c7 /gui/src | |
| parent | 1ae15e163879b8eb3c6f9118ad305824f9291c8e (diff) | |
| download | mullvadvpn-568e4149a33ffe0d34a76b956ba0ad2b440c983c.tar.xz mullvadvpn-568e4149a33ffe0d34a76b956ba0ad2b440c983c.zip | |
Make text in logo more similar to real logo
Diffstat (limited to 'gui/src')
| -rw-r--r-- | gui/src/renderer/components/HeaderBar.tsx | 7 |
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)({ |
