mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 10:02:46 +02:00
reskin: ColorValues: suffix UIColor properties names with "Color"
This commit is contained in:
@@ -106,7 +106,7 @@
|
||||
self.callerNameLabel.textColor = kRiotPrimaryTextColor;
|
||||
self.callStatusLabel.textColor = kRiotTopicTextColor;
|
||||
|
||||
self.localPreviewContainerView.layer.borderColor = RiotDesignValues.colorValues.accent.CGColor;
|
||||
self.localPreviewContainerView.layer.borderColor = RiotDesignValues.colorValues.tintColor.CGColor;
|
||||
self.localPreviewContainerView.layer.borderWidth = 2;
|
||||
self.localPreviewContainerView.layer.cornerRadius = 5;
|
||||
self.localPreviewContainerView.clipsToBounds = YES;
|
||||
@@ -350,7 +350,7 @@
|
||||
}
|
||||
|
||||
return [MXKTools paintImage:[UIImage imageNamed:@"placeholder"]
|
||||
withColor:RiotDesignValues.colorValues.accent];
|
||||
withColor:RiotDesignValues.colorValues.tintColor];
|
||||
}
|
||||
|
||||
- (void)setMxCall:(MXCall *)call
|
||||
|
||||
Reference in New Issue
Block a user