Theme: Update disclosure indicator with theme color.

This commit is contained in:
SBiOSoftWhare
2020-07-16 23:16:11 +02:00
parent 0f0d46b9cb
commit fe468c0c09
13 changed files with 32 additions and 27 deletions
@@ -820,6 +820,7 @@
chevron = [UIImage imageNamed:@"shrink_icon"];
}
UIImageView *chevronView = [[UIImageView alloc] initWithImage:chevron];
chevronView.tintColor = ThemeService.shared.theme.textSecondaryColor;
chevronView.contentMode = UIViewContentModeCenter;
[sectionHeader addSubview:chevronView];
sectionHeader.accessoryView = chevronView;