Explorar o código

Merge pull request #1006 from deltachat/quoteView_dark_mode

add dark mode support to quotePreview
bjoern %!s(int64=4) %!d(string=hai) anos
pai
achega
dbdfc41ea3
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      deltachat-ios/View/QuotePreview.swift

+ 1 - 0
deltachat-ios/View/QuotePreview.swift

@@ -82,6 +82,7 @@ public class QuotePreview: UIView, InputItem {
         ])
         let recognizer = UITapGestureRecognizer(target: self, action: #selector(cancel))
         cancelButton.addGestureRecognizer(recognizer)
+        backgroundColor = DcColors.chatBackgroundColor
     }
 
     @objc public func cancel() {