Explorar el Código

changed header bg color

nayooti hace 5 años
padre
commit
bfef500b38
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

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