summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndrew Bulhak <andrew.bulhak@mullvad.net>2025-05-08 16:20:14 +0200
committerBug Magnet <marco.nikic@mullvad.net>2025-05-09 11:16:13 +0200
commiteae1ca4be47764cb8971e11064d3fbbbc7934ad6 (patch)
tree15aad49deaba5acd373b1db8978a7df510d8c896
parent8b8f2df0a6b5ab8c2fdbe4935997a5ebc45eb4ab (diff)
downloadmullvadvpn-eae1ca4be47764cb8971e11064d3fbbbc7934ad6.tar.xz
mullvadvpn-eae1ca4be47764cb8971e11064d3fbbbc7934ad6.zip
Adjust trailing edge inset of location section header/footer view
-rw-r--r--ios/MullvadVPN/View controllers/SelectLocation/LocationSectionHeaderFooterView.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/MullvadVPN/View controllers/SelectLocation/LocationSectionHeaderFooterView.swift b/ios/MullvadVPN/View controllers/SelectLocation/LocationSectionHeaderFooterView.swift
index 0b6b443b5e..ec379ea7e6 100644
--- a/ios/MullvadVPN/View controllers/SelectLocation/LocationSectionHeaderFooterView.swift
+++ b/ios/MullvadVPN/View controllers/SelectLocation/LocationSectionHeaderFooterView.swift
@@ -109,7 +109,7 @@ extension LocationSectionHeaderFooterView {
struct Configuration: UIContentConfiguration, Equatable {
let name: String
let style: Style
- var directionalEdgeInsets = NSDirectionalEdgeInsets(top: 0, leading: 16, bottom: 0, trailing: 16)
+ var directionalEdgeInsets = NSDirectionalEdgeInsets(top: 0, leading: 16, bottom: 0, trailing: 8)
var primaryAction: UIAction?
func makeContentView() -> UIView & UIContentView {