mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 08:03:50 +02:00
reskin: kill kRiotPrimaryTextColor
This commit is contained in:
@@ -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
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user