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

This commit is contained in:
manuroe
2018-12-03 17:14:32 +01:00
parent 674fcfaa9d
commit 77c80c84c1
10 changed files with 41 additions and 13 deletions
@@ -18,6 +18,7 @@
#import "RoomTitleView.h"
#import "RiotDesignValues.h"
#import "Riot-Swift.h"
@implementation RoomTitleView
@@ -70,6 +71,9 @@
- (void)layoutSubviews
{
[super layoutSubviews];
self.roomDetailsIconImageView.image = [MXKTools paintImage:self.roomDetailsIconImageView.image
withColor:RiotDesignValues.colorValues.accent];
if (self.superview)
{