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

@@ -39,7 +39,7 @@ struct OnboardingDay: View {
GeometryReader { geometry in
VStack {
Spacer()
Image("good", bundle: .main)
Image("bad", bundle: .main)
.foregroundColor(Color(UIColor.darkText))
.opacity(0.04)
.scaleEffect(1.2, anchor: .trailing)
@@ -75,7 +75,7 @@ struct OnboardingDay: View {
.padding()
}
}
.background(Color(hex: "ffd709"))
.background(Color(hex: "ff9e0b"))
}
}