Browse Source

add dark mode support to quotePreview

cyberta 4 năm trước cách đây
mục cha
commit
b086248aac
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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() {