Explorar o código

changed header bg color

nayooti %!s(int64=5) %!d(string=hai) anos
pai
achega
bfef500b38
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

@@ -35,7 +35,7 @@ class ContactDetailHeader: UIView {
 
     init() {
         super.init(frame: .zero)
-        backgroundColor = DcColors.contactCellBackgroundColor
+        backgroundColor =  .clear
         setupSubviews()
     }