Update plus icon.

This commit is contained in:
SBiOSoftWhare
2020-07-11 01:53:18 +02:00
parent 737c7677b4
commit 182525194c
9 changed files with 18 additions and 16 deletions
@@ -103,7 +103,7 @@
dataSource.forceMatrixIdInDisplayName = YES;
// Add a plus icon to the contact cell when a search session is in progress,
// in order to make it more understandable for the end user.
dataSource.contactCellAccessoryImage = [UIImage imageNamed:@"plus_icon"];
dataSource.contactCellAccessoryImage = [[UIImage imageNamed:@"plus_icon"] vc_tintedImageUsingColor:ThemeService.shared.theme.textPrimaryColor];
[self displayList:dataSource];