reskin: Rename RiotDesignValues -> ThemeService

This commit is contained in:
manuroe
2019-01-11 10:32:56 +01:00
parent 3e47a9f5b7
commit d94284a100
123 changed files with 992 additions and 1004 deletions
@@ -24,7 +24,7 @@
#import "RoomIncomingEncryptedAttachmentBubbleCell.h"
#import "RoomIncomingEncryptedAttachmentWithoutSenderInfoBubbleCell.h"
#import "RiotDesignValues.h"
#import "ThemeService.h"
#import "Riot-Swift.h"
@implementation RoomSelectedStickerBubbleCell
@@ -45,8 +45,8 @@
arrowMaskLayer.path = path.CGPath;
self.arrowView.layer.mask = arrowMaskLayer;
self.arrowView.backgroundColor = RiotDesignValues.theme.headerBackgroundColor;
self.descriptionView.backgroundColor = RiotDesignValues.theme.headerBackgroundColor;
self.arrowView.backgroundColor = ThemeService.theme.headerBackgroundColor;
self.descriptionView.backgroundColor = ThemeService.theme.headerBackgroundColor;
[self.descriptionView.layer setCornerRadius:10];
}