mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 09:32:52 +02:00
Reskin: Kill kRiotColorGreen and use RiotDesignValues.colorValues.accent instead
This commit is contained in:
@@ -116,7 +116,7 @@
|
||||
{
|
||||
[RiotDesignValues applyStyleOnNavigationBar:self.navigationController.navigationBar];
|
||||
|
||||
self.tabBar.tintColor = kRiotColorGreen;
|
||||
self.tabBar.tintColor = RiotDesignValues.colorValues.accent;
|
||||
self.tabBar.barTintColor = kRiotSecondaryBgColor;
|
||||
|
||||
self.view.backgroundColor = kRiotPrimaryBgColor;
|
||||
|
||||
Reference in New Issue
Block a user