Pārlūkot izejas kodu

change color for block/delete action in contact request action bar

cyberta 4 gadi atpakaļ
vecāks
revīzija
8db6af7887

+ 1 - 1
deltachat-ios/Chat/Views/ChatContactRequestBar.swift

@@ -28,7 +28,7 @@ public class ChatContactRequestBar: UIView, InputItem {
     private lazy var blockButton: UIButton = {
         let view = UIButton()
         view.setTitle(String.localized("block"), for: .normal)
-        view.setTitleColor(.systemBlue, for: .normal)
+        view.setTitleColor(.systemRed, for: .normal)
         view.translatesAutoresizingMaskIntoConstraints = false
         view.isUserInteractionEnabled = true
         return view