summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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 {