|
@@ -39,12 +39,12 @@ class NCSectionHeaderMenu: UICollectionReusableView {
|
|
|
override func awakeFromNib() {
|
|
|
super.awakeFromNib()
|
|
|
|
|
|
- buttonSwitch.setImage(CCGraphics.changeThemingColorImage(UIImage.init(named: "switchList"), multiplier: 2, color: NCBrandColor.sharedInstance.icon), for: .normal)
|
|
|
+ buttonSwitch.setImage(CCGraphics.changeThemingColorImage(UIImage.init(named: "switchList"), width: 50, height: 50, color: NCBrandColor.sharedInstance.icon), for: .normal)
|
|
|
|
|
|
buttonOrder.setTitle("", for: .normal)
|
|
|
buttonOrder.setTitleColor(NCBrandColor.sharedInstance.brandElement, for: .normal)
|
|
|
|
|
|
- buttonMore.setImage(CCGraphics.changeThemingColorImage(UIImage.init(named: "more"), multiplier: 2, color: NCBrandColor.sharedInstance.icon), for: .normal)
|
|
|
+ buttonMore.setImage(CCGraphics.changeThemingColorImage(UIImage.init(named: "more"), width: 50, height: 50, color: NCBrandColor.sharedInstance.icon), for: .normal)
|
|
|
|
|
|
viewLabelSection.backgroundColor = NCBrandColor.sharedInstance.select
|
|
|
separator.backgroundColor = NCBrandColor.sharedInstance.separator
|