mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 15:38:28 +02:00
reskin: kill kRiotPrimaryBgColor
This commit is contained in:
@@ -145,8 +145,8 @@
|
||||
self.overlayView.backgroundColor = kRiotOverlayColor;
|
||||
self.overlayView.alpha = 1.0;
|
||||
|
||||
self.containerView.backgroundColor = kRiotPrimaryBgColor;
|
||||
self.sendingContainer.backgroundColor = kRiotPrimaryBgColor;
|
||||
self.containerView.backgroundColor = RiotDesignValues.theme.backgroundColor;
|
||||
self.sendingContainer.backgroundColor = RiotDesignValues.theme.backgroundColor;
|
||||
|
||||
self.bugReportDescriptionTextView.keyboardAppearance = RiotDesignValues.theme.keyboardAppearance;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user