튜토리얼 수정
This commit is contained in:
@@ -40,16 +40,6 @@ struct OnboardingView: View {
|
||||
.resizable()
|
||||
.scaledToFit()
|
||||
.tag(4)
|
||||
|
||||
Image("img_guide_5")
|
||||
.resizable()
|
||||
.scaledToFit()
|
||||
.tag(5)
|
||||
|
||||
Image("img_guide_6")
|
||||
.resizable()
|
||||
.scaledToFit()
|
||||
.tag(6)
|
||||
}
|
||||
.tabViewStyle(PageTabViewStyle())
|
||||
.onAppear {
|
||||
@@ -59,7 +49,7 @@ struct OnboardingView: View {
|
||||
|
||||
Text("시작하기")
|
||||
.font(.custom(Font.bold.rawValue, size: 18.3))
|
||||
.foregroundColor(Color(hex: "1313BC"))
|
||||
.foregroundColor(.white)
|
||||
.frame(width: screenSize().width, height: 60)
|
||||
.background(Color(hex: "80D8FF"))
|
||||
.onTapGesture {
|
||||
|
Reference in New Issue
Block a user