reskin: kill kRiotPrimaryTextColor

This commit is contained in:
manuroe
2019-01-10 18:00:45 +01:00
parent 2bdadf5cda
commit 1fe7b85e16
56 changed files with 115 additions and 111 deletions
@@ -132,13 +132,13 @@ static CGFloat const kTextFontSize = 15.0;
{
self.normalStringAttributes = @{
NSFontAttributeName: [UIFont systemFontOfSize:kTextFontSize],
NSForegroundColorAttributeName: kRiotPrimaryTextColor
NSForegroundColorAttributeName: RiotDesignValues.theme.textPrimaryColor
};
self.emphasizeStringAttributes = @{
NSFontAttributeName: [UIFont systemFontOfSize:kTextFontSize weight:UIFontWeightBold],
NSForegroundColorAttributeName: kRiotPrimaryTextColor
NSForegroundColorAttributeName: RiotDesignValues.theme.textPrimaryColor
};
}