mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 23:48:29 +02:00
reskin: kill kRiotSecondaryBgColor
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
{
|
||||
[super customizeViewRendering];
|
||||
|
||||
self.backgroundColor = kRiotSecondaryBgColor;
|
||||
self.backgroundColor = RiotDesignValues.theme.headerBackgroundColor;
|
||||
self.textView.backgroundColor = RiotDesignValues.theme.backgroundColor;
|
||||
self.defaultTextColor = kRiotPrimaryTextColor;
|
||||
self.cancelButton.tintColor = RiotDesignValues.theme.tintColor;
|
||||
|
||||
Reference in New Issue
Block a user