change the order of onboarding

This commit is contained in:
Trey t
2022-04-07 18:30:50 -05:00
parent 8fc887e390
commit 6dc7732634
6 changed files with 12 additions and 12 deletions

View File

@@ -23,7 +23,7 @@ struct OnboardingWrapup: View {
GeometryReader { geometry in
VStack {
Spacer()
Image("horrible", bundle: .main)
Image("great", bundle: .main)
.foregroundColor(Color(UIColor.darkText))
.opacity(0.04)
.scaleEffect(1.2, anchor: .trailing)
@@ -78,7 +78,7 @@ struct OnboardingWrapup: View {
.frame(maxWidth: geometry.size.width)
}
}
.background(Color(hex: "ff453a"))
.background(Color(hex: "31d158"))
}
}