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