mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 08:32:53 +02:00
reskin: remove bar style ivars from RiotDesignValues
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user