mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-02 22:26:59 +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:
@@ -29,6 +29,7 @@
|
||||
|
||||
self.paginationLabel.textColor = kVectorColorGreen;
|
||||
self.paginationSeparatorView.backgroundColor = kVectorColorGreen;
|
||||
self.messageTextView.tintColor = kVectorColorGreen;
|
||||
}
|
||||
|
||||
- (void)render:(MXKCellData *)cellData
|
||||
|
||||
Reference in New Issue
Block a user