|
@@ -52,6 +52,9 @@ class NCTrashListCell: UICollectionViewCell {
|
|
|
imageRestore.image = CCGraphics.changeThemingColorImage(UIImage.init(named: "restore"), width: 50, height: 50, color: NCBrandColor.sharedInstance.optionItem)
|
|
|
imageMore.image = CCGraphics.changeThemingColorImage(UIImage.init(named: "more"), width: 50, height: 50, color: NCBrandColor.sharedInstance.optionItem)
|
|
|
|
|
|
+ imageItem.layer.cornerRadius = 6
|
|
|
+ imageItem.layer.masksToBounds = true
|
|
|
+
|
|
|
separator.backgroundColor = NCBrandColor.sharedInstance.separator
|
|
|
}
|
|
|
|