mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 01:22:46 +02:00
Reskin:Create [RiotDesignValues applyStyleOnSearchBar:] and use it
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
#import "RoomMemberDetailsViewController.h"
|
||||
|
||||
#import "AppDelegate.h"
|
||||
#import "Riot-Swift.h"
|
||||
|
||||
#import "Contact.h"
|
||||
|
||||
@@ -162,7 +163,7 @@
|
||||
|
||||
[self refreshSearchBarItemsColor:_searchBarView];
|
||||
|
||||
_searchBarHeaderBorder.backgroundColor = kRiotAuxiliaryColor;
|
||||
_searchBarHeaderBorder.backgroundColor = RiotDesignValues.colorValues.headerBorder;
|
||||
|
||||
// Check the table view style to select its bg color.
|
||||
self.tableView.backgroundColor = ((self.tableView.style == UITableViewStylePlain) ? kRiotPrimaryBgColor : kRiotSecondaryBgColor);
|
||||
|
||||
Reference in New Issue
Block a user