Skip to content

Commit

Permalink
feat: homeVC background color (TeamNADA#371)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlwns33 committed Mar 13, 2023
1 parent 0bbb650 commit 0a357a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ extension HomeViewController {
// MARK: - UI & Layout

private func setUI() {
self.view.backgroundColor = .white
self.view.backgroundColor = .background
self.navigationController?.navigationBar.isHidden = true
}

Expand Down

0 comments on commit 0a357a5

Please sign in to comment.