reskin: kill kRiotPrimaryBgColor

This commit is contained in:
manuroe
2019-01-10 17:50:26 +01:00
parent 77e6a81276
commit dd4e20d389
49 changed files with 120 additions and 120 deletions

View File

@@ -19,6 +19,7 @@
#import "FilesSearchTableViewCell.h"
#import "RiotDesignValues.h"
#import "Riot-Swift.h"
@implementation FilesSearchTableViewCell
@synthesize delegate, mxkCellData;
@@ -75,7 +76,7 @@
if (bubbleData.isAttachmentWithThumbnail)
{
self.attachmentImageView.backgroundColor = kRiotPrimaryBgColor;
self.attachmentImageView.backgroundColor = RiotDesignValues.theme.backgroundColor;
[self.attachmentImageView setAttachmentThumb:bubbleData.attachment];
}