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/EmptyView/NCEmptyDataSet.swift')
-rw-r--r--iOSClient/EmptyView/NCEmptyDataSet.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/iOSClient/EmptyView/NCEmptyDataSet.swift b/iOSClient/EmptyView/NCEmptyDataSet.swift
index 684be71d5..59e9c3700 100644
--- a/iOSClient/EmptyView/NCEmptyDataSet.swift
+++ b/iOSClient/EmptyView/NCEmptyDataSet.swift
@@ -127,6 +127,6 @@ public class NCEmptyView: UIView {
public override func awakeFromNib() {
super.awakeFromNib()
- emptyTitle.textColor = NCBrandColor.shared.label
+ emptyTitle.textColor = .label
}
}