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