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/Activity/NCActivityCommentView.swift')
-rw-r--r--iOSClient/Activity/NCActivityCommentView.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/iOSClient/Activity/NCActivityCommentView.swift b/iOSClient/Activity/NCActivityCommentView.swift
index b3b0d9c4f..768006b13 100644
--- a/iOSClient/Activity/NCActivityCommentView.swift
+++ b/iOSClient/Activity/NCActivityCommentView.swift
@@ -48,7 +48,7 @@ class NCActivityCommentView: UIView, UITextFieldDelegate {
} else {
labelUser.text = account.displayName
}
- labelUser.textColor = NCBrandColor.shared.label
+ labelUser.textColor = .label
}
func textFieldShouldReturn(_ textField: UITextField) -> Bool {