mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
reskin: kill kRiotPrimaryTextColor
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
{
|
||||
[super customizeTableViewCellRendering];
|
||||
|
||||
self.userNameLabel.textColor = kRiotPrimaryTextColor;
|
||||
self.userNameLabel.textColor = RiotDesignValues.theme.textPrimaryColor;
|
||||
self.messageTextView.tintColor = RiotDesignValues.theme.tintColor;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user