mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-29 04:36:58 +02:00
reskin: kill kRiotSecondaryTextColor
This commit is contained in:
@@ -42,8 +42,8 @@
|
||||
[super customizeTableViewCellRendering];
|
||||
|
||||
self.groupName.textColor = RiotDesignValues.theme.textPrimaryColor;
|
||||
self.groupDescription.textColor = kRiotSecondaryTextColor;
|
||||
self.memberCount.textColor = kRiotSecondaryTextColor;
|
||||
self.groupDescription.textColor = RiotDesignValues.theme.textSecondaryColor;
|
||||
self.memberCount.textColor = RiotDesignValues.theme.textSecondaryColor;
|
||||
|
||||
if (self.missedNotifAndUnreadBadgeLabel)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user