浏览代码

fix color in ChatSearchAccessoryBar

cyberta 3 年之前
父节点
当前提交
e2f524e9ec
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      deltachat-ios/Chat/Views/ChatSearchAccessoryBar.swift

+ 1 - 1
deltachat-ios/Chat/Views/ChatSearchAccessoryBar.swift

@@ -57,7 +57,7 @@ public class ChatSearchAccessoryBar: UIView, InputItem {
     private lazy var searchResultLabel: UILabel = {
     private lazy var searchResultLabel: UILabel = {
         let view = UILabel(frame: .zero)
         let view = UILabel(frame: .zero)
         view.font = UIFont.preferredFont(for: .body, weight: .regular)
         view.font = UIFont.preferredFont(for: .body, weight: .regular)
-        view.textColor = DcColors.grayDateColor
+        view.textColor = DcColors.grayTextColor
         view.textAlignment = .center
         view.textAlignment = .center
         view.translatesAutoresizingMaskIntoConstraints = false
         view.translatesAutoresizingMaskIntoConstraints = false
         return view
         return view