mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
Reskin: Kill kRiotColorGreen and use RiotDesignValues.colorValues.accent instead
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user