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
@@ -16,6 +16,15 @@
#import "RoomIncomingAttachmentWithoutSenderInfoBubbleCell.h"
#import "VectorDesignValues.h"
@implementation RoomIncomingAttachmentWithoutSenderInfoBubbleCell
- (void)awakeFromNib
{
[super awakeFromNib];
self.messageTextView.tintColor = kVectorColorGreen;
}
@end