Marino Faggiana 6 年之前
父节点
当前提交
df7e492ca0
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      iOSClient/Trash/NCTrashHeaderFooterMenu.swift

+ 1 - 0
iOSClient/Trash/NCTrashHeaderFooterMenu.swift

@@ -23,6 +23,7 @@ class NCTrashHeaderMenu: UICollectionReusableView {
         buttonSwitch.setImage(CCGraphics.changeThemingColorImage(UIImage.init(named: "switchList"), multiplier: 2, color: NCBrandColor.sharedInstance.icon), for: .normal)
         buttonSwitch.setImage(CCGraphics.changeThemingColorImage(UIImage.init(named: "switchList"), multiplier: 2, color: NCBrandColor.sharedInstance.icon), for: .normal)
         
         
         buttonOrder.setTitle("", for: .normal)
         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: "moreBig"), multiplier: 2, color: NCBrandColor.sharedInstance.icon), for: .normal)