style: increase onboarding content height

This commit is contained in:
Peter Steinberger
2025-12-07 18:31:06 +01:00
parent 38a856f7ff
commit 6c2a8d6047

View File

@@ -48,7 +48,7 @@ struct OnboardingView: View {
@ObservedObject private var permissionMonitor = PermissionMonitor.shared
private let pageWidth: CGFloat = 640
private let contentHeight: CGFloat = 260
private let contentHeight: CGFloat = 340
private let permissionsPageIndex = 2
private var pageCount: Int { 6 }
private var buttonTitle: String { self.currentPage == self.pageCount - 1 ? "Finish" : "Next" }