fix(onboarding): restore chat bubble styling

This commit is contained in:
Peter Steinberger
2025-12-20 21:47:43 +00:00
parent 9ccf80848d
commit cd77dc9563
3 changed files with 13 additions and 4 deletions

View File

@@ -1134,7 +1134,7 @@ struct OnboardingView: View {
.buttonStyle(.borderedProminent)
}
.padding(.horizontal, 28)
.padding(.bottom, 36)
.padding(.bottom, 16)
.frame(minHeight: 60)
}