Explorar o código

use system blue color for forwarding button, too

cyberta %!s(int64=4) %!d(string=hai) anos
pai
achega
cb7030c79b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      deltachat-ios/Chat/Views/ChatEditingBar.swift

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

@@ -54,7 +54,7 @@ public class ChatEditingBar: UIView, InputItem {
 
     private lazy var forwardButton: UIButton = {
         let view = UIButton()
-        view.tintColor = DcColors.defaultTextColor
+        view.tintColor = .systemBlue
         view.setImage( #imageLiteral(resourceName: "ic_forward_white_36pt").withRenderingMode(.alwaysTemplate), for: .normal)
         view.translatesAutoresizingMaskIntoConstraints = false
         view.contentMode = .scaleAspectFit