@@ -413,7 +413,7 @@
- (UIImage *)imageForEmptyDataSet:(UIScrollView *)scrollView
{
if (_isSearchMode)
- return [UIImage imageNamed:@"searchBig"];
+ return [CCGraphics changeThemingColorImage:[UIImage imageNamed:@"searchBig"] color:[NCBrandColor sharedInstance].brand];
else
return [CCGraphics changeThemingColorImage:[UIImage imageNamed:@"filesNoFiles"] color:[NCBrandColor sharedInstance].brand];
}