mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
reskin: kill kRiotPrimaryTextColor
This commit is contained in:
@@ -58,7 +58,7 @@ static CGFloat const kCustomBackgroundCornerRadius = 5.0;
|
||||
{
|
||||
[super customizeTableViewCellRendering];
|
||||
|
||||
self.messageTextView.tintColor = kRiotPrimaryTextColor;
|
||||
self.messageTextView.tintColor = RiotDesignValues.theme.textPrimaryColor;
|
||||
self.customBackgroundView.backgroundColor = RiotDesignValues.theme.headerBackgroundColor;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user