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

This commit is contained in:
manuroe
2018-11-30 17:10:28 +01:00
parent 58b1ff9381
commit 674fcfaa9d
62 changed files with 170 additions and 111 deletions
@@ -19,6 +19,12 @@
#import "RiotDesignValues.h"
#ifdef IS_SHARE_EXTENSION
#import "RiotShareExtension-Swift.h"
#else
#import "Riot-Swift.h"
#endif
@interface SegmentedViewController ()
{
// Tell whether the segmented view is appeared (see viewWillAppear/viewWillDisappear).
@@ -130,7 +136,7 @@
// Setup `MXKViewControllerHandling` properties
self.enableBarTintColorStatusChange = NO;
self.sectionHeaderTintColor = kRiotColorGreen;
self.sectionHeaderTintColor = RiotDesignValues.colorValues.accent;
}
- (void)viewDidLoad