Explorar el Código

use .subheadline as preferred font for subtitles

cyberta hace 5 años
padre
commit
cdbb8022d6
Se han modificado 1 ficheros con 1 adiciones y 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