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 9515b6e7d9
commit 3533cdc2fc
8 changed files with 21 additions and 14 deletions
@@ -32,6 +32,7 @@
#import "FilesSearchCellData.h"
#import "AppDelegate.h"
#import "Riot-Swift.h"
#import "GBDeviceInfo_iOS.h"
@@ -114,7 +115,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;
}
}