diff options
Diffstat (limited to 'ios')
| -rw-r--r-- | ios/MullvadVPN/View controllers/SelectLocation/LocationSectionHeaderFooterView.swift | 2 |
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 { |
