From 95727b1887d935cf72ef1b8125f2f0a4e867d36c Mon Sep 17 00:00:00 2001 From: Bug Magnet Date: Thu, 12 Jun 2025 13:41:26 +0200 Subject: [PATCH] Use new SoT values for the global header bar view --- ios/MullvadVPN/Containers/Root/HeaderBarView.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ios/MullvadVPN/Containers/Root/HeaderBarView.swift b/ios/MullvadVPN/Containers/Root/HeaderBarView.swift index b599882102..977296c532 100644 --- a/ios/MullvadVPN/Containers/Root/HeaderBarView.swift +++ b/ios/MullvadVPN/Containers/Root/HeaderBarView.swift @@ -159,9 +159,9 @@ class HeaderBarView: UIView { super.init(frame: frame) directionalLayoutMargins = NSDirectionalEdgeInsets( top: 0, - leading: UIMetrics.contentLayoutMargins.leading, + leading: 16, bottom: 0, - trailing: UIMetrics.contentLayoutMargins.trailing + trailing: 16 ) accessibilityContainerType = .semanticGroup