mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 01:52:44 +02:00
Reskin: Paint icons with RiotDesignValues.colorValues.accent when possible
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user