Skip to content

Commit 2446b91

Browse files
committed
[Fix] OnboardingView Color
1 parent 0e210c8 commit 2446b91

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ComfortableMove/ComfortableMove/Core/Presentation/Splash/OnBoardingView.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -200,13 +200,13 @@ struct OnBoardingView: View {
200200
Text(createAttributedString(from: title, highlight: "맘편한 이동", color: Color("MainPalette1")))
201201
.moveFont(.homeTitle)
202202
case 1:
203-
Text(createAttributedString(from: title, highlight: "제로", color: Color("SecondaryPalette4")))
203+
Text(createAttributedString(from: title, highlight: "제로", color: Color("MainPalette1")))
204204
.moveFont(.homeTitle)
205205
case 2:
206-
Text(createAttributedString(from: title, highlight: "간편하게", color: Color("SecondaryPalette3")))
206+
Text(createAttributedString(from: title, highlight: "간편하게", color: Color("MainPalette1")))
207207
.moveFont(.homeTitle)
208208
case 3:
209-
Text(createAttributedString(from: title, highlight: "임산부", color: Color("Onboarding4")))
209+
Text(createAttributedString(from: title, highlight: "임산부", color: Color("MainPalette1")))
210210
.moveFont(.homeTitle)
211211
case 4:
212212
Text(createAttributedString(from: title, highlight: "맘편한 이동", color: Color("MainPalette1")))

0 commit comments

Comments
 (0)