|
@@ -25,7 +25,7 @@ class NCTrashHeaderMenu: UICollectionReusableView {
|
|
|
buttonOrder.setTitle("", for: .normal)
|
|
|
buttonOrder.setTitleColor(NCBrandColor.sharedInstance.icon, for: .normal)
|
|
|
|
|
|
- buttonMore.setImage(CCGraphics.changeThemingColorImage(UIImage.init(named: "moreBig"), multiplier: 2, color: NCBrandColor.sharedInstance.icon), for: .normal)
|
|
|
+ buttonMore.setImage(CCGraphics.changeThemingColorImage(UIImage.init(named: "more"), multiplier: 2, color: NCBrandColor.sharedInstance.icon), for: .normal)
|
|
|
|
|
|
separator.backgroundColor = NCBrandColor.sharedInstance.seperator
|
|
|
}
|