style(onboarding): lower bottom row

main
Peter Steinberger 2025-12-20 22:07:51 +00:00
parent 238c0c1b86
commit 153e09120a
1 changed files with 4 additions and 2 deletions

View File

@ -167,7 +167,7 @@ struct OnboardingView: View {
self.navigationBar self.navigationBar
} }
.frame(width: self.pageWidth, height: 845) .frame(width: self.pageWidth, height: 915)
.background(Color(NSColor.windowBackgroundColor)) .background(Color(NSColor.windowBackgroundColor))
.onAppear { .onAppear {
self.currentPage = 0 self.currentPage = 0
@ -1134,7 +1134,7 @@ struct OnboardingView: View {
.buttonStyle(.borderedProminent) .buttonStyle(.borderedProminent)
} }
.padding(.horizontal, 28) .padding(.horizontal, 28)
.padding(.bottom, 6) .padding(.bottom, 0)
.frame(minHeight: 60) .frame(minHeight: 60)
} }
@ -1176,6 +1176,7 @@ struct OnboardingView: View {
.foregroundStyle(.secondary) .foregroundStyle(.secondary)
} }
} }
.padding(.vertical, 4)
} }
private func featureActionRow( private func featureActionRow(
@ -1200,6 +1201,7 @@ struct OnboardingView: View {
} }
Spacer(minLength: 0) Spacer(minLength: 0)
} }
.padding(.vertical, 4)
} }
private func handleBack() { private func handleBack() {