Tune selected account cell on iOS

This commit is contained in:
Ivan Grachev 2022-08-25 15:16:20 +03:00
parent e37c7f7ebf
commit dbe102e3f2

View File

@ -32,6 +32,9 @@ class AccountTableViewCell: UITableViewCell {
} else { } else {
backgroundColor = .secondarySystemGroupedBackground backgroundColor = .secondarySystemGroupedBackground
} }
titleLabel.textColor = isSelected ? .white : .label
moreButton.tintColor = isSelected ? .white : .tintColor
} }
private func setDisabled(_ disabled: Bool) { private func setDisabled(_ disabled: Bool) {