Skip to content

Commit

Permalink
NMC 2172 - dashboard section header color update
Browse files Browse the repository at this point in the history
  • Loading branch information
TSI-amrutwaghmare committed Dec 26, 2023
1 parent 5ceefe8 commit 83d25dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ class NCSectionFooter: UICollectionReusableView, NCSectionFooterDelegate {
super.awakeFromNib()

self.backgroundColor = UIColor.clear
labelSection.textColor = UIColorNCBrandColor.shared.iconColor
labelSection.textColor = NCBrandColor.shared.iconColor
labelSection.text = ""

separator.backgroundColor = .separator
Expand Down

0 comments on commit 83d25dd

Please sign in to comment.