mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 08:32:53 +02:00
reskin: kill kRiotSecondaryBgColor
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
|
||||
#import "TableViewCellWithCollectionView.h"
|
||||
#import "RiotDesignValues.h"
|
||||
#import "Riot-Swift.h"
|
||||
|
||||
@implementation TableViewCellWithCollectionView
|
||||
|
||||
@@ -31,7 +32,7 @@
|
||||
{
|
||||
[super customizeTableViewCellRendering];
|
||||
|
||||
self.editionView.backgroundColor = kRiotSecondaryBgColor;
|
||||
self.editionView.backgroundColor = RiotDesignValues.theme.headerBackgroundColor;
|
||||
}
|
||||
|
||||
- (void)prepareForReuse
|
||||
|
||||
Reference in New Issue
Block a user