no message

This commit is contained in:
Peter
2016-10-11 22:25:54 +02:00
parent bcecb46e94
commit 702d19a07d
41 changed files with 968 additions and 195 deletions

View File

@@ -107,7 +107,7 @@ class ChatTextInputPanelNode: ChatInputPanelNode, ASEditableTextNodeDelegate {
self.sendButton.titleLabel?.font = Font.medium(17.0)
self.sendButton.contentEdgeInsets = UIEdgeInsets(top: 8.0, left: 6.0, bottom: 8.0, right: 6.0)
self.sendButton.setTitleColor(UIColor(0x1195f2), for: [])
self.sendButton.setTitleColor(UIColor(0x007ee5), for: [])
self.sendButton.setTitleColor(UIColor.gray, for: [.highlighted])
self.sendButton.setTitle("Send", for: [])
self.sendButton.sizeToFit()