Reskin: Paint icons with RiotDesignValues.colorValues.accent when possible

This commit is contained in:
manuroe
2018-12-03 17:14:32 +01:00
parent 6ad603a6ca
commit cc050e6da0
10 changed files with 41 additions and 13 deletions
@@ -35,6 +35,18 @@
[super awakeFromNib];
}
- (void)layoutSubviews
{
[super layoutSubviews];
self.membersListIcon.image = [MXKTools paintImage:self.membersListIcon.image
withColor:RiotDesignValues.colorValues.accent];
// TODO: paintImage does not work here because addParticipantIcon has 2 colors
// self.addParticipantIcon.image = [MXKTools paintImage:self.addParticipantIcon.image
// withColor:RiotDesignValues.colorValues.accent];
}
-(void)customizeViewRendering
{
[super customizeViewRendering];