reskin: Rename RiotDesignValues -> ThemeService

This commit is contained in:
manuroe
2019-01-11 10:32:56 +01:00
parent 192d04fcbd
commit f0c22a14af
123 changed files with 992 additions and 1004 deletions
@@ -80,7 +80,7 @@
UIImageView *backgroundImageView = self.backgroundImageView;
if (backgroundImageView)
{
UIImage *image = [MXKTools paintImage:backgroundImageView.image withColor:RiotDesignValues.theme.matrixSearchBackgroundImageTintColor];
UIImage *image = [MXKTools paintImage:backgroundImageView.image withColor:ThemeService.theme.matrixSearchBackgroundImageTintColor];
backgroundImageView.image = image;
}
}