Explorar o código

use .subheadline as preferred font for subtitles

cyberta %!s(int64=5) %!d(string=hai) anos
pai
achega
cdbb8022d6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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