mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 17:12:45 +02:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user