|
@@ -474,7 +474,7 @@ class NCMainCommon: NSObject, PhotoEditorDelegate {
|
|
|
if isEditMode {
|
|
|
cell.imageSelect.isHidden = false
|
|
|
if selectFileID.contains(metadata.fileID) {
|
|
|
- cell.imageSelect.image = CCGraphics.changeThemingColorImage(UIImage.init(named: "checkedYes"), multiplier: 2, color: UIColor.white)
|
|
|
+ cell.imageSelect.image = CCGraphics.changeThemingColorImage(UIImage.init(named: "checkedYes"), multiplier: 2, color: NCBrandColor.sharedInstance.brand)
|
|
|
cell.backgroundView = NCUtility.sharedInstance.cellBlurEffect(with: cell.bounds)
|
|
|
} else {
|
|
|
cell.imageSelect.isHidden = true
|