튜토리얼 수정

This commit is contained in:
Yu Sung
2024-02-15 00:34:29 +09:00
parent 27b87c9cbe
commit 97f703cb22
10 changed files with 1 additions and 53 deletions

View File

@@ -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 {