瀏覽代碼

display left swipe action background with transparent color

cyberta 3 年之前
父節點
當前提交
0993fff02e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      deltachat-ios/Chat/ChatViewController.swift

+ 1 - 1
deltachat-ios/Chat/ChatViewController.swift

@@ -792,7 +792,7 @@ class ChatViewController: UITableViewController {
                                         })
                                         })
         if #available(iOS 13.0, *) {
         if #available(iOS 13.0, *) {
             action.image = UIImage(named: traitCollection.userInterfaceStyle == .light ? "ic_reply_black" : "ic_reply")
             action.image = UIImage(named: traitCollection.userInterfaceStyle == .light ? "ic_reply_black" : "ic_reply")
-            action.backgroundColor = DcColors.chatBackgroundColor
+            action.backgroundColor = DcColors.chatBackgroundColor.withAlphaComponent(0.25)
         } else {
         } else {
             action.image = UIImage(named: "ic_reply_black")
             action.image = UIImage(named: "ic_reply_black")
             action.backgroundColor = .systemBlue
             action.backgroundColor = .systemBlue