reskin: kill last customisable kRiotXColors

This commit is contained in:
manuroe
2019-01-10 18:47:49 +01:00
parent e58035b155
commit e98a26ebb8
40 changed files with 136 additions and 137 deletions

View File

@@ -54,7 +54,7 @@
{
[RiotDesignValues.theme applyStyleOnNavigationBar:self.navigationController.navigationBar];
self.activityIndicator.backgroundColor = kRiotOverlayColor;
self.activityIndicator.backgroundColor = RiotDesignValues.theme.overlayBackgroundColor;
webView.backgroundColor = RiotDesignValues.theme.backgroundColor;
}