reskin: kill kRiotPrimaryBgColor

This commit is contained in:
manuroe
2019-01-10 17:50:26 +01:00
parent be7a85769d
commit cc250b79b8
49 changed files with 120 additions and 120 deletions
+2 -2
View File
@@ -119,7 +119,7 @@
self.tabBar.tintColor = RiotDesignValues.theme.tintColor;
self.tabBar.barTintColor = kRiotSecondaryBgColor;
self.view.backgroundColor = kRiotPrimaryBgColor;
self.view.backgroundColor = RiotDesignValues.theme.backgroundColor;
[self setNeedsStatusBarAppearanceUpdate];
}
@@ -786,7 +786,7 @@
{
_hidden = hidden;
[self.view superview].backgroundColor = kRiotPrimaryBgColor;
[self.view superview].backgroundColor = RiotDesignValues.theme.backgroundColor;
self.view.hidden = hidden;
self.navigationController.navigationBar.hidden = hidden;
}