mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 17:12:45 +02:00
reskin: kill kRiotPrimaryTextColor
This commit is contained in:
@@ -100,10 +100,10 @@
|
||||
{
|
||||
[RiotDesignValues.theme applyStyleOnNavigationBar:self.navigationController.navigationBar];
|
||||
|
||||
self.barTitleColor = kRiotPrimaryTextColor;
|
||||
self.barTitleColor = RiotDesignValues.theme.textPrimaryColor;
|
||||
self.activityIndicator.backgroundColor = kRiotOverlayColor;
|
||||
|
||||
self.callerNameLabel.textColor = kRiotPrimaryTextColor;
|
||||
self.callerNameLabel.textColor = RiotDesignValues.theme.textPrimaryColor;
|
||||
self.callStatusLabel.textColor = kRiotTopicTextColor;
|
||||
|
||||
self.localPreviewContainerView.layer.borderColor = RiotDesignValues.theme.tintColor.CGColor;
|
||||
|
||||
Reference in New Issue
Block a user