mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-02 06:06:57 +02:00
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:
@@ -20,4 +20,11 @@
|
||||
|
||||
@implementation RoomIncomingTextMsgWithoutSenderNameBubbleCell
|
||||
|
||||
- (void)awakeFromNib
|
||||
{
|
||||
[super awakeFromNib];
|
||||
|
||||
self.messageTextView.tintColor = kVectorColorGreen;
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user