ソースを参照

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() {