mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 23:48:29 +02:00
reskin: kill kRiotPrimaryBgColor
This commit is contained in:
@@ -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];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user