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

reduce contrast of separator line in contact request inputbar accessory view

cyberta преди 4 години
родител
ревизия
129e20571e
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      deltachat-ios/Chat/ChatViewController.swift

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

@@ -635,6 +635,7 @@ class ChatViewController: UITableViewController {
     }
 
     private func configureContactRequestBar() {
+        messageInputBar.separatorLine.backgroundColor = DcColors.colorDisabled
         messageInputBar.setMiddleContentView(contactRequestBar, animated: false)
         messageInputBar.setLeftStackViewWidthConstant(to: 0, animated: false)
         messageInputBar.setRightStackViewWidthConstant(to: 0, animated: false)