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