mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 17:12:45 +02:00
reskin: kill kRiotPrimaryTextColor
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
{
|
||||
[super customizeTableViewCellRendering];
|
||||
|
||||
self.groupName.textColor = kRiotPrimaryTextColor;
|
||||
self.groupName.textColor = RiotDesignValues.theme.textPrimaryColor;
|
||||
self.groupDescription.textColor = kRiotSecondaryTextColor;
|
||||
self.memberCount.textColor = kRiotSecondaryTextColor;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user