mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 08:03:50 +02:00
reskin: kill kRiotPrimaryTextColor
This commit is contained in:
@@ -356,7 +356,7 @@
|
||||
[roomReplacementAttributedString appendAttributedString:roomLinkAttributedString];
|
||||
|
||||
NSRange wholeStringRange = NSMakeRange(0, roomReplacementAttributedString.length);
|
||||
[roomReplacementAttributedString addAttribute:NSForegroundColorAttributeName value:kRiotPrimaryTextColor range:wholeStringRange];
|
||||
[roomReplacementAttributedString addAttribute:NSForegroundColorAttributeName value:RiotDesignValues.theme.textPrimaryColor range:wholeStringRange];
|
||||
|
||||
self.messageTextView.attributedText = roomReplacementAttributedString;
|
||||
}
|
||||
@@ -365,7 +365,7 @@
|
||||
self.messageTextView.text = NSLocalizedStringFromTable(@"room_replacement_information", @"Vector", nil);
|
||||
}
|
||||
|
||||
self.messageTextView.tintColor = kRiotPrimaryTextColor;
|
||||
self.messageTextView.tintColor = RiotDesignValues.theme.textPrimaryColor;
|
||||
self.messageTextView.hidden = NO;
|
||||
self.messageTextView.backgroundColor = [UIColor clearColor];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user