reskin: kill kRiotSecondaryBgColor

This commit is contained in:
manuroe
2019-01-10 17:57:17 +01:00
parent f89848ef26
commit 6eeeb2f8d6
41 changed files with 69 additions and 69 deletions
@@ -25,6 +25,7 @@
#import "RoomIncomingEncryptedAttachmentWithoutSenderInfoBubbleCell.h"
#import "RiotDesignValues.h"
#import "Riot-Swift.h"
@implementation RoomSelectedStickerBubbleCell
@@ -44,8 +45,8 @@
arrowMaskLayer.path = path.CGPath;
self.arrowView.layer.mask = arrowMaskLayer;
self.arrowView.backgroundColor = kRiotSecondaryBgColor;
self.descriptionView.backgroundColor = kRiotSecondaryBgColor;
self.arrowView.backgroundColor = RiotDesignValues.theme.headerBackgroundColor;
self.descriptionView.backgroundColor = RiotDesignValues.theme.headerBackgroundColor;
[self.descriptionView.layer setCornerRadius:10];
}