mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
Improve celebration screen layout on iPad
Rename OnboardingConstants to OnboardingMetrics. Fix strings warning about public property in public extension. Remove unused OnboardingCelebrationViewModelResult.
This commit is contained in:
@@ -51,7 +51,7 @@ struct OnboardingDisplayNameScreen: View {
|
||||
}
|
||||
.padding(.horizontal)
|
||||
.padding(.top, 8)
|
||||
.frame(maxWidth: OnboardingConstants.maxContentWidth)
|
||||
.frame(maxWidth: OnboardingMetrics.maxContentWidth)
|
||||
}
|
||||
.frame(maxWidth: .infinity, maxHeight: .infinity)
|
||||
.accentColor(theme.colors.accent)
|
||||
|
||||
Reference in New Issue
Block a user