Преглед изворни кода

make quote senderTitle a bit smaller than message topLabel (i was a bit larger before)

B. Petersen пре 4 година
родитељ
комит
7653b0953a
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      deltachat-ios/Chat/Views/QuoteView.swift

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

@@ -21,7 +21,7 @@ public class QuoteView: UIView {
 
     public lazy var senderTitle: UILabel = {
         let view = UILabel()
-        view.font = UIFont.preferredFont(for: .subheadline, weight: .semibold)
+        view.font = UIFont.preferredFont(for: .caption1, weight: .semibold)
         view.translatesAutoresizingMaskIntoConstraints = false
         return view
     }()