reskin: kill kRiotSecondaryTextColor

This commit is contained in:
manuroe
2019-01-10 18:05:21 +01:00
parent 1fe7b85e16
commit 67044e3451
35 changed files with 61 additions and 57 deletions
@@ -30,9 +30,9 @@
self.title.textColor = RiotDesignValues.theme.textPrimaryColor;
self.message.textColor = kRiotSecondaryTextColor;
self.message.textColor = RiotDesignValues.theme.textSecondaryColor;
self.date.tintColor = kRiotSecondaryTextColor;
self.date.tintColor = RiotDesignValues.theme.textSecondaryColor;
}
+ (CGFloat)heightForCellData:(MXKCellData *)cellData withMaximumWidth:(CGFloat)maxWidth