Reskin:Create [RiotDesignValues applyStyleOnSearchBar:] and use it

This commit is contained in:
manuroe
2018-11-30 15:56:10 +01:00
parent d6d64ff43d
commit 56cd67857c
11 changed files with 34 additions and 18 deletions
@@ -72,8 +72,7 @@
self.activityIndicator.backgroundColor = kRiotOverlayColor;
self.searchBar.barStyle = kRiotDesignSearchBarStyle;
self.searchBar.tintColor = kRiotDesignSearchBarTintColor;
[RiotDesignValues applyStyleOnSearchBar:self.searchBar];
// Use the primary bg color for the table view in plain style.
self.tableView.backgroundColor = kRiotPrimaryBgColor;