Reskin: Kill kRiotColorGreen and use RiotDesignValues.colorValues.accent instead

This commit is contained in:
manuroe
2018-11-30 17:10:28 +01:00
parent 9fea29617e
commit a28271afcb
62 changed files with 170 additions and 111 deletions
+2 -1
View File
@@ -18,6 +18,7 @@
#import "HomeViewController.h"
#import "AppDelegate.h"
#import "Riot-Swift.h"
#import "RecentsDataSource.h"
@@ -83,7 +84,7 @@
[RiotDesignValues applyStyleOnNavigationBar:[AppDelegate theDelegate].masterTabBarController.navigationController.navigationBar];
[AppDelegate theDelegate].masterTabBarController.tabBar.tintColor = kRiotColorGreen;
[AppDelegate theDelegate].masterTabBarController.tabBar.tintColor = RiotDesignValues.colorValues.accent;
if (recentsDataSource)
{