reskin: remove bar style ivars from RiotDesignValues

This commit is contained in:
manuroe
2019-01-10 17:08:32 +01:00
parent 3bacf204d5
commit 7b40258d05
40 changed files with 44 additions and 76 deletions
@@ -223,7 +223,7 @@
self.activityIndicator.backgroundColor = kRiotOverlayColor;
self.memberHeaderView.backgroundColor = kRiotDesignNavigationBarBarTintColor;
self.memberHeaderView.backgroundColor = RiotDesignValues.theme.baseColor;
self.roomMemberNameLabel.textColor = kRiotPrimaryTextColor;
self.roomMemberStatusLabel.textColor = RiotDesignValues.theme.tintColor;
@@ -239,7 +239,7 @@
- (UIStatusBarStyle)preferredStatusBarStyle
{
return kRiotDesignStatusBarStyle;
return RiotDesignValues.theme.statusBarStyle;
}
- (BOOL)prefersStatusBarHidden