reskin: kill kRiotPrimaryBgColor

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

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