mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 17:12:45 +02:00
reskin: Rename RiotDesignValues -> ThemeService
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user