reskin: Delegate navigation and search bars styling to theme

This commit is contained in:
manuroe
2019-01-10 16:35:34 +01:00
parent 2b32e32ac4
commit 3214858829
41 changed files with 112 additions and 76 deletions
+1 -1
View File
@@ -114,7 +114,7 @@
- (void)userInterfaceThemeDidChange
{
[RiotDesignValues applyStyleOnNavigationBar:self.navigationController.navigationBar];
[RiotDesignValues.theme applyStyleOnNavigationBar:self.navigationController.navigationBar];
self.tabBar.tintColor = RiotDesignValues.theme.tintColor;
self.tabBar.barTintColor = kRiotSecondaryBgColor;