mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 01:22:46 +02:00
Reskin: Kill kRiotColorGreen and use RiotDesignValues.colorValues.accent instead
This commit is contained in:
@@ -22,6 +22,12 @@
|
||||
#import "RiotDesignValues.h"
|
||||
#import <MatrixKit/MatrixKit.h>
|
||||
|
||||
#ifdef IS_SHARE_EXTENSION
|
||||
#import "RiotShareExtension-Swift.h"
|
||||
#else
|
||||
#import "Riot-Swift.h"
|
||||
#endif
|
||||
|
||||
@interface RoomsListViewController () <ShareExtensionManagerDelegate>
|
||||
|
||||
@property (nonatomic) MXKPieChartHUD *hudView;
|
||||
@@ -90,7 +96,7 @@
|
||||
|
||||
self.recentsSearchBar.searchBarStyle = UISearchBarStyleMinimal;
|
||||
self.recentsSearchBar.placeholder = NSLocalizedStringFromTable(@"search_default_placeholder", @"Vector", nil);
|
||||
self.recentsSearchBar.tintColor = kRiotColorGreen;
|
||||
self.recentsSearchBar.tintColor = RiotDesignValues.colorValues.accent;
|
||||
|
||||
_tableSearchBar.tintColor = self.recentsSearchBar.tintColor;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user