Prechádzať zdrojové kódy

change color selectNO

Marino Faggiana 6 rokov pred
rodič
commit
e2468b1ad3
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      iOSClient/Trash/NCTrash.swift

+ 1 - 1
iOSClient/Trash/NCTrash.swift

@@ -676,7 +676,7 @@ class NCTrash: UIViewController ,UICollectionViewDataSource, UICollectionViewDel
                     cell.imageSelect.image = CCGraphics.changeThemingColorImage(UIImage.init(named: "checkedYes"), multiplier: 2, color: NCBrandColor.sharedInstance.brand)
                     cell.backgroundView = cellBlurEffect(with: cell.bounds)
                 } else {
-                    cell.imageSelect.image = CCGraphics.changeThemingColorImage(UIImage.init(named: "checkedNo"), multiplier: 2, color: NCBrandColor.sharedInstance.brand)
+                    cell.imageSelect.image = CCGraphics.changeThemingColorImage(UIImage.init(named: "checkedNo"), multiplier: 2, color: NCBrandColor.sharedInstance.optionItem)
                     cell.backgroundView = nil
                 }
             } else {