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
@@ -18,6 +18,7 @@
#import "RoomPredecessorBubbleCell.h"
#import "RiotDesignValues.h"
#import "Riot-Swift.h"
#pragma mark - Defines & Constants
@@ -58,7 +59,7 @@ static CGFloat const kCustomBackgroundCornerRadius = 5.0;
[super customizeTableViewCellRendering];
self.messageTextView.tintColor = kRiotPrimaryTextColor;
self.customBackgroundView.backgroundColor = kRiotSecondaryBgColor;
self.customBackgroundView.backgroundColor = RiotDesignValues.theme.headerBackgroundColor;
}
@end