mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 00:52:43 +02:00
Updates following PR review.
Fix tests by moving constants out of Coordinator (as it is only part of the Riot target).
This commit is contained in:
@@ -70,7 +70,7 @@ struct OnboardingSplashScreen: View {
|
||||
|
||||
buttons
|
||||
.padding(.horizontal, 16)
|
||||
.frame(maxWidth: OnboardingCoordinator.maxContentWidth)
|
||||
.frame(maxWidth: OnboardingConstants.maxContentWidth)
|
||||
Spacer()
|
||||
}
|
||||
.background(ViewFrameReader(frame: $overlayFrame))
|
||||
@@ -195,6 +195,5 @@ struct OnboardingSplashScreen_Previews: PreviewProvider {
|
||||
static let stateRenderer = MockOnboardingSplashScreenScreenState.stateRenderer
|
||||
static var previews: some View {
|
||||
stateRenderer.screenGroup()
|
||||
// .environment(\.layoutDirection, .rightToLeft)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user