Ver Fonte

use .subheadline as preferred font for subtitles

cyberta há 5 anos atrás
pai
commit
cdbb8022d6
1 ficheiros alterados com 1 adições e 1 exclusões
  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