summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndrew Bulhak <andrew.bulhak@mullvad.net>2025-07-30 19:53:19 +0200
committerAndrew Bulhak <andrew.bulhak@mullvad.net>2025-08-04 14:53:08 +0200
commitadcf1e624c4f07d8b81e758f84c718b5b14e4b14 (patch)
tree3061adaf85f4b4c2199a5ff47838a2f8ca9bcb29
parentda498cde94770735de2baa37f55f000e7bae5a61 (diff)
downloadmullvadvpn-adcf1e624c4f07d8b81e758f84c718b5b14e4b14.tar.xz
mullvadvpn-adcf1e624c4f07d8b81e758f84c718b5b14e4b14.zip
Reduce spacing above page indicator
-rw-r--r--ios/MullvadVPN/Coordinators/Settings/Views/SettingsInfoView.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/MullvadVPN/Coordinators/Settings/Views/SettingsInfoView.swift b/ios/MullvadVPN/Coordinators/Settings/Views/SettingsInfoView.swift
index c0c1fc15fb..cbabf14634 100644
--- a/ios/MullvadVPN/Coordinators/Settings/Views/SettingsInfoView.swift
+++ b/ios/MullvadVPN/Coordinators/Settings/Views/SettingsInfoView.swift
@@ -22,7 +22,7 @@ struct SettingsInfoView: View {
// Extra spacing to allow for some room around the page indicators.
var pageIndicatorSpacing: CGFloat {
- viewModel.pages.count > 1 ? 72 : 24
+ viewModel.pages.count > 1 ? 36 : 24
}
var body: some View {