Polish onboarding layout with fixed header, back nav, and consistent step framing

This commit is contained in:
alexandrev-tibco
2026-02-26 10:53:46 +01:00
parent 3937abeb6e
commit 3d72d53889
8 changed files with 78 additions and 46 deletions
@@ -10,11 +10,6 @@ struct WelcomeStepView: View {
AppIconPlaceholder(size: 120)
VStack(spacing: 12) {
Text("onboarding_welcome_title")
.font(.mealMoodH1)
.foregroundColor(.mealMoodTextPrimary)
.multilineTextAlignment(.center)
Text("onboarding_welcome_subtitle")
.font(.mealMoodBody)
.foregroundColor(.mealMoodTextSecondary)