mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-11 14:31:42 +00:00
fix(onboarding): nudge bottom padding
This commit is contained in:
@@ -1145,7 +1145,7 @@ struct OnboardingView: View {
|
|||||||
.buttonStyle(.borderedProminent)
|
.buttonStyle(.borderedProminent)
|
||||||
}
|
}
|
||||||
.padding(.horizontal, 28)
|
.padding(.horizontal, 28)
|
||||||
.padding(.bottom, 8)
|
.padding(.bottom, 13)
|
||||||
.frame(minHeight: 60, alignment: .bottom)
|
.frame(minHeight: 60, alignment: .bottom)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user