Skip to content

Commit

Permalink
UI수정
Browse files Browse the repository at this point in the history
  • Loading branch information
wldyd2113 committed Jun 18, 2024
1 parent 3009ad4 commit c14a32d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ class PlanDetailViewController: UIViewController, UITableViewDataSource, UITable
timeFormatter.dateFormat = "HH:mm"
let formattedDate = timeFormatter.string(from: plan.time ?? Date())
cell.timeLabel.text = formattedDate

cell.clockImage.image = UIImage(systemName: "clock.fill")
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class PlanListViewController: UIViewController, UITableViewDataSource, UITableVi
navigationController?.navigationBar.standardAppearance = appearance
navigationController?.navigationBar.scrollEdgeAppearance = appearance
navigationController?.navigationBar.compactAppearance = appearance
navigationController?.navigationBar.tintColor = .black // 버튼 아이템 색상 설정
navigationController?.navigationBar.tintColor = .systemBlue // 버튼 아이템 색상 설정
}

// Firestore에 plan 정보 저장
Expand Down

0 comments on commit c14a32d

Please sign in to comment.