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

use .subheadline as preferred font for subtitles

cyberta пре 5 година
родитељ
комит
cdbb8022d6
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      deltachat-ios/View/ContactDetailHeader.swift

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

@@ -26,7 +26,7 @@ class ContactDetailHeader: UIView {
 
     private var subtitleLabel: UILabel = {
         let label = UILabel()
-        label.font = .preferredFont(forTextStyle: .callout)
+        label.font = .preferredFont(forTextStyle: .subheadline)
         label.textColor = UIColor(hexString: "848ba7")
         label.lineBreakMode = .byTruncatingTail
         label.adjustsFontForContentSizeCategory = true