mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
reskin: kill kRiotSecondaryBgColor
This commit is contained in:
@@ -131,7 +131,7 @@
|
||||
self.roomAvatar.layer.cornerRadius = self.roomAvatar.frame.size.width / 2;
|
||||
self.roomAvatar.clipsToBounds = YES;
|
||||
|
||||
self.roomAvatar.defaultBackgroundColor = kRiotSecondaryBgColor;
|
||||
self.roomAvatar.defaultBackgroundColor = RiotDesignValues.theme.headerBackgroundColor;
|
||||
|
||||
// Force the layout of subviews to update the position of 'bottomBorderView' which is used to define the actual height of the preview container.
|
||||
[self layoutIfNeeded];
|
||||
|
||||
Reference in New Issue
Block a user