Room messages text view: Use green as tint color so that links (and text selection) are displayed in the app color

This commit is contained in:
manuroe
2016-06-30 15:11:51 +02:00
parent 0d0f036b40
commit 54c0f7f4e8
16 changed files with 62 additions and 0 deletions
@@ -25,6 +25,7 @@
[super awakeFromNib];
self.userNameLabel.textColor = kVectorTextColorBlack;
self.messageTextView.tintColor = kVectorColorGreen;
}
@end