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
+2 -1
View File
@@ -1741,7 +1741,8 @@
}
else
{
previewHeader.roomAvatarPlaceholder = [UIImage imageNamed:@"placeholder"];
previewHeader.roomAvatarPlaceholder = [MXKTools paintImage:[UIImage imageNamed:@"placeholder"]
withColor:RiotDesignValues.colorValues.accent];
}
}