fix(mac): shrink onboarding height

This commit is contained in:
Peter Steinberger
2025-12-21 01:33:11 +00:00
parent b82dfe08a2
commit fb259e8a50

View File

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