Explorar o código

make font of large fallback-avatars a bit larger

B. Petersen %!s(int64=5) %!d(string=hai) anos
pai
achega
f6e5f3b59a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      deltachat-ios/View/InitialsBadge.swift

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

@@ -7,7 +7,7 @@ class InitialsBadge: UIView {
 
     private var label: UILabel = {
         let label = UILabel()
-        label.font = UIFont.systemFont(ofSize: 18)
+        label.font = UIFont.systemFont(ofSize: 26)
         label.textAlignment = NSTextAlignment.center
         label.textColor = UIColor.white
         label.translatesAutoresizingMaskIntoConstraints = false