Dark theme - Improvements

- spinner bg being white
This commit is contained in:
Giom Foret
2017-09-11 14:49:06 +02:00
parent 6bb632188f
commit 44d1fd34a0
27 changed files with 27 additions and 0 deletions
@@ -72,6 +72,7 @@
{
self.defaultBarTintColor = kRiotSecondaryBgColor;
self.barTitleColor = kRiotPrimaryTextColor;
self.activityIndicator.backgroundColor = kRiotOverlayColor;
// Check the table view style to select its bg color.
self.searchTableView.backgroundColor = ((self.searchTableView.style == UITableViewStylePlain) ? kRiotPrimaryBgColor : kRiotSecondaryBgColor);