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
@@ -888,7 +888,7 @@
securityStatusCell.backgroundColor = ThemeService.shared.theme.backgroundColor;
securityStatusCell.contentView.backgroundColor = [UIColor clearColor];
securityStatusCell.selectionStyle = UITableViewCellSelectionStyleNone;
securityStatusCell.accessoryType = UITableViewCellAccessoryDisclosureIndicator;
[securityStatusCell vc_setAccessoryDisclosureIndicatorWithCurrentTheme];
cell = securityStatusCell;
}