mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 01:22:46 +02:00
reskin: Delegate navigation and search bars styling to theme
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user