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

@@ -21,7 +21,7 @@ struct OnboardingCustomizeTwo: View {
GeometryReader { geometry in
VStack {
Spacer()
Image("bad", bundle: .main)
Image("average", bundle: .main)
.foregroundColor(Color(UIColor.darkText))
.opacity(0.04)
.scaleEffect(1.2, anchor: .trailing)
@@ -71,7 +71,7 @@ struct OnboardingCustomizeTwo: View {
.padding()
}
}
.background(Color(hex: "ff9e0b"))
.background(Color(hex: "0b84ff"))
}
}