style(onboarding): lower bottom controls
parent
8a2a07eddb
commit
98ff213708
|
|
@ -167,7 +167,7 @@ struct OnboardingView: View {
|
||||||
|
|
||||||
self.navigationBar
|
self.navigationBar
|
||||||
}
|
}
|
||||||
.frame(width: self.pageWidth, height: 815)
|
.frame(width: self.pageWidth, height: 845)
|
||||||
.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, 16)
|
.padding(.bottom, 6)
|
||||||
.frame(minHeight: 60)
|
.frame(minHeight: 60)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue