mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 10:02:46 +02:00
reskin: kill kRiotSecondaryTextColor
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
|
||||
// apply the vector colours
|
||||
self.contactDisplayNameLabel.textColor = RiotDesignValues.theme.textPrimaryColor;
|
||||
self.contactInformationLabel.textColor = kRiotSecondaryTextColor;
|
||||
self.contactInformationLabel.textColor = RiotDesignValues.theme.textSecondaryColor;
|
||||
|
||||
// Clear the default background color of a MXKImageView instance
|
||||
self.thumbnailView.defaultBackgroundColor = [UIColor clearColor];
|
||||
|
||||
Reference in New Issue
Block a user