style: tighten onboarding hero spacing
This commit is contained in:
@@ -57,9 +57,9 @@ struct OnboardingView: View {
|
|||||||
var body: some View {
|
var body: some View {
|
||||||
VStack(spacing: 0) {
|
VStack(spacing: 0) {
|
||||||
GlowingClawdisIcon(size: 156)
|
GlowingClawdisIcon(size: 156)
|
||||||
.padding(.top, 40)
|
.padding(.top, 20)
|
||||||
.padding(.bottom, 20)
|
.padding(.bottom, 8)
|
||||||
.frame(height: 240)
|
.frame(height: 200)
|
||||||
|
|
||||||
GeometryReader { _ in
|
GeometryReader { _ in
|
||||||
HStack(spacing: 0) {
|
HStack(spacing: 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user