瀏覽代碼

reduce contrast of separator line in contact request inputbar accessory view

cyberta 3 年之前
父節點
當前提交
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)