summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2021-11-17 12:45:04 +0100
committerAndrej Mihajlov <and@mullvad.net>2021-11-22 10:42:58 +0100
commit6a0bc8417a1963d4d9272ed9d7d010e3820ca0cd (patch)
treeddcbeb9964faf1e192a00bbc447070a036203bbc
parent0b7fe2384d6cd8333168d464f5c1bdbba49f2aec (diff)
downloadmullvadvpn-6a0bc8417a1963d4d9272ed9d7d010e3820ca0cd.tar.xz
mullvadvpn-6a0bc8417a1963d4d9272ed9d7d010e3820ca0cd.zip
HeaderBar: adjust spacing between logo and brand name
-rw-r--r--ios/MullvadVPN/HeaderBarView.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/MullvadVPN/HeaderBarView.swift b/ios/MullvadVPN/HeaderBarView.swift
index b8ca7ab5b6..da5b1c41b6 100644
--- a/ios/MullvadVPN/HeaderBarView.swift
+++ b/ios/MullvadVPN/HeaderBarView.swift
@@ -84,7 +84,7 @@ class HeaderBarView: UIView {
logoImageView.widthAnchor.constraint(equalToConstant: 44),
logoImageView.heightAnchor.constraint(equalTo: logoImageView.widthAnchor, multiplier: 1),
- brandNameImageView.leadingAnchor.constraint(equalTo: logoImageView.trailingAnchor, constant: 8),
+ brandNameImageView.leadingAnchor.constraint(equalTo: logoImageView.trailingAnchor, constant: 9),
brandNameImageView.topAnchor.constraint(equalTo: layoutMarginsGuide.topAnchor, constant: 22),
brandNameImageView.widthAnchor.constraint(equalTo: brandNameImageView.heightAnchor, multiplier: brandNameAspectRatio),
brandNameImageView.heightAnchor.constraint(equalToConstant: 18),