Dark theme - Improvements

- spinner bg being white
This commit is contained in:
Giom Foret
2017-09-11 14:49:06 +02:00
parent 1ed9b282e9
commit 4f29b3b687
27 changed files with 27 additions and 0 deletions
@@ -54,6 +54,7 @@
self.view.backgroundColor = kRiotPrimaryBgColor;
self.defaultBarTintColor = kRiotSecondaryBgColor;
self.barTitleColor = kRiotPrimaryTextColor;
self.activityIndicator.backgroundColor = kRiotOverlayColor;
webView.backgroundColor = kRiotPrimaryBgColor;
}