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
@@ -246,6 +246,7 @@ NSString *const kRoomSettingsAdvancedE2eEnabledCellViewIdentifier = @"kRoomSetti
{
self.defaultBarTintColor = kRiotSecondaryBgColor;
self.barTitleColor = kRiotPrimaryTextColor;
self.activityIndicator.backgroundColor = kRiotOverlayColor;
// Check the table view style to select its bg color.
self.tableView.backgroundColor = ((self.tableView.style == UITableViewStylePlain) ? kRiotPrimaryBgColor : kRiotSecondaryBgColor);