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:
authorMarino Faggiana <ios@nextcloud.com>2022-10-17 11:18:41 +0300
committerGitHub <noreply@github.com>2022-10-17 11:18:41 +0300
commitcc64ac49e94ccaa65312a1a0c00d35742cb89316 (patch)
tree43b1dedafadf500f31371ead28707c2624efe346 /iOSClient/Activity/NCActivityCommentView.swift
parent785041f03cbbc0c015eee227b6b3cf344440d84d (diff)
parentf8b9193b30f1d7c32c8e3542aba1d3f79a0fe17c (diff)
Merge pull request #2196 from nextcloud/develop4.5.0
Version 4.5
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 {