reskin: Rename RiotDesignValues -> ThemeService

This commit is contained in:
manuroe
2019-01-11 10:32:56 +01:00
parent eef759a8fa
commit 712a632120
123 changed files with 992 additions and 1004 deletions
@@ -16,7 +16,7 @@
#import "TableViewCellWithPhoneNumberTextField.h"
#import "RiotDesignValues.h"
#import "ThemeService.h"
#import "Riot-Swift.h"
#import "NBPhoneNumberUtil.h"
@@ -27,10 +27,10 @@
{
[super customizeTableViewCellRendering];
self.mxkLabel.textColor = RiotDesignValues.theme.textPrimaryColor;
self.mxkTextField.textColor = RiotDesignValues.theme.textPrimaryColor;
self.mxkLabel.textColor = ThemeService.theme.textPrimaryColor;
self.mxkTextField.textColor = ThemeService.theme.textPrimaryColor;
_isoCountryCodeLabel.textColor = RiotDesignValues.theme.textPrimaryColor;
_isoCountryCodeLabel.textColor = ThemeService.theme.textPrimaryColor;
}
- (void)setIsoCountryCode:(NSString *)isoCountryCode