reskin: kill kRiotPrimaryBgColor

This commit is contained in:
manuroe
2019-01-10 17:50:26 +01:00
parent 6ab772ba18
commit f89848ef26
49 changed files with 120 additions and 120 deletions

View File

@@ -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;