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
@@ -21,7 +21,7 @@
#import "MXEvent.h"
#import "RiotDesignValues.h"
#import "ThemeService.h"
#import "Riot-Swift.h"
#pragma mark - Constant definitions
@@ -60,10 +60,10 @@ NSString *const kInviteRecentTableViewCellRoomKey = @"kInviteRecentTableViewCell
{
[super customizeTableViewCellRendering];
self.leftButton.backgroundColor = RiotDesignValues.theme.tintColor;
self.rightButton.backgroundColor = RiotDesignValues.theme.tintColor;
self.leftButton.backgroundColor = ThemeService.theme.tintColor;
self.rightButton.backgroundColor = ThemeService.theme.tintColor;
self.noticeBadgeView.backgroundColor = RiotDesignValues.theme.notificationMentionColor;
self.noticeBadgeView.backgroundColor = ThemeService.theme.notificationMentionColor;
}
- (void)onDeclinePressed:(id)sender