Преглед на файлове

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, *) {
             action.image = UIImage(named: traitCollection.userInterfaceStyle == .light ? "ic_reply_black" : "ic_reply")
-            action.backgroundColor = DcColors.chatBackgroundColor
+            action.backgroundColor = DcColors.chatBackgroundColor.withAlphaComponent(0.25)
         } else {
             action.image = UIImage(named: "ic_reply_black")
             action.backgroundColor = .systemBlue