reskin: Kill RiotDesignValues.kRiotKeyboardColor and replace it by Theme.matrixSearchBackgroundImageTintColor

This commit is contained in:
manuroe
2019-01-10 17:36:36 +01:00
parent 7b40258d05
commit 0f3cf8ec95
8 changed files with 21 additions and 14 deletions
@@ -23,6 +23,7 @@
#import "FilesSearchCellData.h"
#import "AppDelegate.h"
#import "Riot-Swift.h"
@interface RoomSearchViewController ()
{
@@ -79,7 +80,7 @@
UIImageView *backgroundImageView = self.backgroundImageView;
if (backgroundImageView)
{
UIImage *image = [MXKTools paintImage:backgroundImageView.image withColor:kRiotKeyboardColor];
UIImage *image = [MXKTools paintImage:backgroundImageView.image withColor:RiotDesignValues.theme.matrixSearchBackgroundImageTintColor];
backgroundImageView.image = image;
}
}