File tree Expand file tree Collapse file tree
ComfortableMove/ComfortableMove/Core/Presentation/Splash Expand file tree Collapse file tree Original file line number Diff line number Diff 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 " ) ) )
You can’t perform that action at this time.
0 commit comments