Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/ios.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'iOSClient/Main/Collection Common/NCListCell.swift')
-rwxr-xr-xiOSClient/Main/Collection Common/NCListCell.swift6
1 files changed, 3 insertions, 3 deletions
diff --git a/iOSClient/Main/Collection Common/NCListCell.swift b/iOSClient/Main/Collection Common/NCListCell.swift
index 2e2a3aec7..f87710c97 100755
--- a/iOSClient/Main/Collection Common/NCListCell.swift
+++ b/iOSClient/Main/Collection Common/NCListCell.swift
@@ -134,13 +134,13 @@ class NCListCell: UICollectionViewCell, UIGestureRecognizerDelegate, NCCellProto
longPressedGestureMore.delaysTouchesBegan = true
buttonMore.addGestureRecognizer(longPressedGestureMore)
- separator.backgroundColor = NCBrandColor.shared.separator
+ separator.backgroundColor = .separator
separatorHeightConstraint.constant = 0.5
labelTitle.text = ""
labelInfo.text = ""
- labelTitle.textColor = NCBrandColor.shared.label
- labelInfo.textColor = NCBrandColor.shared.systemGray
+ labelTitle.textColor = .label
+ labelInfo.textColor = .systemGray
}
override func prepareForReuse() {