Theme: Update disclosure indicator with theme color.

This commit is contained in:
SBiOSoftWhare
2020-07-16 23:16:11 +02:00
parent db84811ef8
commit 3a5c549607
13 changed files with 32 additions and 27 deletions
@@ -276,7 +276,7 @@ extension ServiceTermsModalScreenViewController: UITableViewDataSource {
cell.label.attributedText = self.cellLabel(for: policy)
cell.label.font = .systemFont(ofSize: 15)
cell.isEnabled = checked
cell.accessoryType = .disclosureIndicator
cell.vc_setAccessoryDisclosureIndicator(withTheme: self.theme)
cell.backgroundColor = self.theme.backgroundColor
if let checkBox = cell.checkBox, checkBox.gestureRecognizers?.isEmpty ?? true {