mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-01 21:56:58 +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:
@@ -16,12 +16,16 @@
|
||||
|
||||
#import "RoomOutgoingTextMsgWithoutSenderInfoBubbleCell.h"
|
||||
|
||||
#import "VectorDesignValues.h"
|
||||
|
||||
@implementation RoomOutgoingTextMsgWithoutSenderInfoBubbleCell
|
||||
|
||||
- (void)awakeFromNib
|
||||
{
|
||||
[super awakeFromNib];
|
||||
|
||||
self.readReceiptsAlignment = ReadReceiptAlignmentRight;
|
||||
self.messageTextView.tintColor = kVectorColorGreen;
|
||||
}
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user