mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 08:32:53 +02:00
reskin: kill kRiotPrimaryTextColor
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
[super customizeTableViewCellRendering];
|
||||
|
||||
// apply the vector colours
|
||||
self.contactDisplayNameLabel.textColor = kRiotPrimaryTextColor;
|
||||
self.contactDisplayNameLabel.textColor = RiotDesignValues.theme.textPrimaryColor;
|
||||
self.contactInformationLabel.textColor = kRiotSecondaryTextColor;
|
||||
|
||||
// Clear the default background color of a MXKImageView instance
|
||||
|
||||
Reference in New Issue
Block a user