mirror of
https://github.com/lil-org/tokenary.git
synced 2024-12-12 12:33:42 +03:00
Tune selected account cell on iOS
This commit is contained in:
parent
e37c7f7ebf
commit
dbe102e3f2
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user