浏览代码

Merge pull request #1006 from deltachat/quoteView_dark_mode

add dark mode support to quotePreview
bjoern 4 年之前
父节点
当前提交
dbdfc41ea3
共有 1 个文件被更改,包括 1 次插入0 次删除
  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() {