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
@@ -20,6 +20,7 @@
#import "RageShakeManager.h"
#import "RiotDesignValues.h"
#import "Riot-Swift.h"
@interface ReadReceiptsViewController () <UITableViewDataSource, UITableViewDelegate>
{
@@ -106,7 +107,7 @@
// Check the table view style to select its bg color.
self.receiptsTableView.backgroundColor = ((self.receiptsTableView.style == UITableViewStylePlain) ? kRiotPrimaryBgColor : kRiotSecondaryBgColor);
self.closeButton.tintColor = kRiotColorGreen;
self.closeButton.tintColor = RiotDesignValues.colorValues.accent;
if (self.receiptsTableView.dataSource)
{