mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
reskin: kill kRiotSecondaryBgColor
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
{
|
||||
[super customizeViewRendering];
|
||||
|
||||
self.backgroundColor = kRiotSecondaryBgColor;
|
||||
self.backgroundColor = RiotDesignValues.theme.headerBackgroundColor;
|
||||
self.textView.backgroundColor = RiotDesignValues.theme.backgroundColor;
|
||||
self.textView.textColor = kRiotPrimaryTextColor;
|
||||
self.redactButton.tintColor = RiotDesignValues.theme.tintColor;
|
||||
|
||||
Reference in New Issue
Block a user