ソースを参照

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
     }()