Skip to content

Commit

Permalink
Merge pull request #356 from OMZigak/fix/#355-firstQA
Browse files Browse the repository at this point in the history
[fix] 홈뷰 QA 반영
  • Loading branch information
mmaybei authored Sep 3, 2024
2 parents 168a340 + 6873137 commit a469d23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions KkuMulKum/Source/Home/ViewController/HomeViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ private extension HomeViewController {
setProgressButton(rootView.todayPromiseView.moveButton)
setEnableButton(rootView.todayPromiseView.arriveButton)

rootView.todayPromiseView.prepareButton.setTitle("준비 ", style: .body05, color: .white)
rootView.todayPromiseView.prepareButton.setTitle("준비 완료", style: .body05, color: .white)
rootView.todayPromiseView.moveButton.setTitle("이동 중", style: .body05, color: .maincolor)
rootView.todayPromiseView.arriveButton.setTitle("도착 완료", style: .body05, color: .maincolor)

Expand Down Expand Up @@ -487,8 +487,8 @@ private extension HomeViewController {
setCompleteButton(rootView.todayPromiseView.moveButton)
setCompleteButton(rootView.todayPromiseView.arriveButton)

rootView.todayPromiseView.prepareButton.setTitle("준비 ", style: .body05, color: .white)
rootView.todayPromiseView.moveButton.setTitle("이동 ", style: .body05, color: .white)
rootView.todayPromiseView.prepareButton.setTitle("준비 완료", style: .body05, color: .white)
rootView.todayPromiseView.moveButton.setTitle("이동 완료", style: .body05, color: .white)
rootView.todayPromiseView.arriveButton.setTitle("도착 완료", style: .body05, color: .white)

rootView.todayPromiseView.prepareButton.isEnabled = false
Expand Down

0 comments on commit a469d23

Please sign in to comment.