reskin: ColorValues: suffix UIColor properties names with "Color"

This commit is contained in:
manuroe
2019-01-10 15:23:22 +01:00
parent 1a68cdadee
commit 6d69bfa167
76 changed files with 218 additions and 217 deletions
@@ -40,7 +40,7 @@
[super layoutSubviews];
self.membersListIcon.image = [MXKTools paintImage:self.membersListIcon.image
withColor:RiotDesignValues.colorValues.accent];
withColor:RiotDesignValues.colorValues.tintColor];
// TODO: paintImage does not work here because addParticipantIcon has 2 colors
// self.addParticipantIcon.image = [MXKTools paintImage:self.addParticipantIcon.image
@@ -52,7 +52,7 @@
[super customizeViewRendering];
self.roomTopic.textColor = kRiotTopicTextColor;
self.roomMembers.textColor = RiotDesignValues.colorValues.accent;
self.roomMembers.textColor = RiotDesignValues.colorValues.tintColor;
}
- (void)refreshDisplay