From 32682581686cb4ac4b642780483c97fd42bd335f Mon Sep 17 00:00:00 2001 From: Gigi <42325924+g-cqd@users.noreply.github.com> Date: Tue, 13 Feb 2024 17:54:51 +0100 Subject: [PATCH] Fixed Alignment --- Cami/View/OnboardingView.swift | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/Cami/View/OnboardingView.swift b/Cami/View/OnboardingView.swift index 694c0a2..ae7f4a5 100644 --- a/Cami/View/OnboardingView.swift +++ b/Cami/View/OnboardingView.swift @@ -78,22 +78,28 @@ struct OnboardingView: View { .tint(.red) } } else { - VStack(spacing: 16) { + VStack(alignment: .leading, spacing: 16) { VStack(alignment: .leading, spacing: 3) { - Group { + HStack { Text("Set Up Cami") .font(.title3) .fontWeight(.medium) .foregroundStyle(.tint) + Spacer() + } + HStack { Text(""" -Cami needs access to your calendars to work properly. -It can also use your contacts information to display birthdays in widgets. -""") + Cami needs access to your calendars to work properly. + It can also use your contacts information to display birthdays in widgets. + """) .font(.body) .fontWeight(.regular) .foregroundStyle(.tint.opacity(0.8)) + + Spacer() } } + .frame(maxWidth: .infinity) .multilineTextAlignment(.leading) Button {