change the order of onboarding
This commit is contained in:
@@ -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"))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user