Skip to content

Commit

Permalink
fix/#355 준비 현황 버튼 텍스트 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaybei committed Sep 1, 2024
1 parent 6389618 commit 6873137
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 6873137

Please sign in to comment.