mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-02 14:16:59 +02:00
reskin: kill kRiotPrimaryBgColor
This commit is contained in:
@@ -321,7 +321,7 @@ NSString *const kMXKRoomBubbleCellTapOnReceiptsContainer = @"kMXKRoomBubbleCellT
|
||||
if (blurred)
|
||||
{
|
||||
self.bubbleOverlayContainer.hidden = NO;
|
||||
self.bubbleOverlayContainer.backgroundColor = kRiotPrimaryBgColor;
|
||||
self.bubbleOverlayContainer.backgroundColor = RiotDesignValues.theme.backgroundColor;
|
||||
self.bubbleOverlayContainer.alpha = 0.8;
|
||||
self.bubbleOverlayContainer.userInteractionEnabled = YES;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user