Эх сурвалжийг харах

fix value label's text color of BasicCell

cyberta 5 жил өмнө
parent
commit
ef0590d8de

+ 1 - 1
deltachat-ios/View/BasicCell.swift

@@ -26,7 +26,7 @@ class BasicCell: UITableViewCell {
         let label = UILabel()
         let label = UILabel()
         label.font = .preferredFont(forTextStyle: .body)
         label.font = .preferredFont(forTextStyle: .body)
         label.adjustsFontForContentSizeCategory = true
         label.adjustsFontForContentSizeCategory = true
-        label.textColor = .darkGray
+        label.textColor = .systemGray
         label.lineBreakMode = .byTruncatingTail
         label.lineBreakMode = .byTruncatingTail
         label.translatesAutoresizingMaskIntoConstraints = false
         label.translatesAutoresizingMaskIntoConstraints = false
         label.setContentHuggingPriority(.defaultHigh, for: NSLayoutConstraint.Axis.horizontal)
         label.setContentHuggingPriority(.defaultHigh, for: NSLayoutConstraint.Axis.horizontal)