reskin: Rename RiotDesignValues -> ThemeService

This commit is contained in:
manuroe
2019-01-11 10:32:56 +01:00
parent 192d04fcbd
commit f0c22a14af
123 changed files with 992 additions and 1004 deletions

View File

@@ -17,7 +17,7 @@
#import "TableViewCellWithLabelAndLargeTextView.h"
#import "RiotDesignValues.h"
#import "ThemeService.h"
#import "Riot-Swift.h"
@implementation TableViewCellWithLabelAndLargeTextView
@@ -37,8 +37,8 @@
{
[super customizeTableViewCellRendering];
_label.textColor = RiotDesignValues.theme.textPrimaryColor;
_textView.textColor = RiotDesignValues.theme.textPrimaryColor;
_label.textColor = ThemeService.theme.textPrimaryColor;
_textView.textColor = ThemeService.theme.textPrimaryColor;
}
- (void)layoutSubviews