mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 09:32:52 +02:00
reskin: ColorValues: suffix UIColor properties names with "Color"
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
else
|
||||
{
|
||||
self.avatarImageView.image = [MXKTools paintImage:[UIImage imageNamed:@"placeholder"]
|
||||
withColor:RiotDesignValues.colorValues.accent];
|
||||
withColor:RiotDesignValues.colorValues.tintColor];
|
||||
}
|
||||
|
||||
self.titleLabel.text = roomIdOrAlias;
|
||||
|
||||
Reference in New Issue
Block a user