Skip to content

Commit

Permalink
NMC 2172 - Dashboard header color change
Browse files Browse the repository at this point in the history
  • Loading branch information
TSI-amrutwaghmare committed Dec 26, 2023
1 parent b9f6dc3 commit b919b8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class NCSectionHeaderMenu: UICollectionReusableView, UIGestureRecognizerDelegate
buttonSwitch.setImage(UIImage(systemName: "list.bullet")!.image(color: .systemGray, size: 25), for: .normal)

buttonOrder.setTitle("", for: .normal)
buttonOrder.setTitleColor(.systemBlue, for: .normal)
buttonOrder.setTitleColor(NCBrandColor.shared.brand, for: .normal)
buttonMore.setImage(UIImage(named: "more")!.image(color: .systemGray, size: 25), for: .normal)

// Gradient
Expand Down

0 comments on commit b919b8c

Please sign in to comment.