Add email verification screen (#6125)

Make a reusable onboarding icon view.
Use a native TextField for better dynamic type support.
Rename completion to callback.
Add readableFrame modifier.
This commit is contained in:
Doug
2022-05-10 14:09:43 +01:00
committed by GitHub
parent fb47bed8d8
commit aac2511ddc
28 changed files with 912 additions and 40 deletions
@@ -51,7 +51,7 @@ struct OnboardingSplashScreenPage: View {
.accessibilityHidden(true)
VStack(spacing: 8) {
OnboardingSplashScreenTitleText(content.title)
OnboardingTintedFullStopText(content.title)
.font(theme.fonts.title2B)
.foregroundColor(theme.colors.primaryContent)
Text(content.message)