fix(mac): shrink onboarding height

main
Peter Steinberger 2025-12-21 01:33:11 +00:00
parent b82dfe08a2
commit fb259e8a50
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ struct OnboardingView: View {
Spacer(minLength: 0) Spacer(minLength: 0)
self.navigationBar self.navigationBar
} }
.frame(width: self.pageWidth, height: 805) .frame(width: self.pageWidth, height: 644)
.background(Color(NSColor.windowBackgroundColor)) .background(Color(NSColor.windowBackgroundColor))
.onAppear { .onAppear {
self.currentPage = 0 self.currentPage = 0