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/Share/NCShareLinkCell.swift')
-rw-r--r--iOSClient/Share/NCShareLinkCell.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/iOSClient/Share/NCShareLinkCell.swift b/iOSClient/Share/NCShareLinkCell.swift
index fe0624e53..fbe382ad7 100644
--- a/iOSClient/Share/NCShareLinkCell.swift
+++ b/iOSClient/Share/NCShareLinkCell.swift
@@ -73,7 +73,7 @@ class NCShareLinkCell: UITableViewCell {
menuButton.setImage(UIImage(named: menuImageName)?.image(color: .gray, size: 50), for: .normal)
}
- labelTitle.textColor = NCBrandColor.shared.label
+ labelTitle.textColor = .label
imageItem.image = NCShareCommon.shared.createLinkAvatar(imageName: imageName, colorCircle: imageBGColor)
copyButton.setImage(UIImage(named: "shareCopy")?.image(color: .gray, size: 50), for: .normal)
}