mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 00:24:43 +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:
@@ -70,7 +70,7 @@ struct OnboardingSplashScreen: View {
|
||||
|
||||
buttons
|
||||
.padding(.horizontal, 16)
|
||||
.frame(maxWidth: OnboardingConstants.maxContentWidth)
|
||||
.frame(maxWidth: OnboardingMetrics.maxContentWidth)
|
||||
Spacer()
|
||||
}
|
||||
.background(ViewFrameReader(frame: $overlayFrame))
|
||||
|
||||
Reference in New Issue
Block a user