mirror of
https://github.com/lil-org/wallet.git
synced 2025-01-04 02:24:39 +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 {
|
||||
backgroundColor = .secondarySystemGroupedBackground
|
||||
}
|
||||
|
||||
titleLabel.textColor = isSelected ? .white : .label
|
||||
moreButton.tintColor = isSelected ? .white : .tintColor
|
||||
}
|
||||
|
||||
private func setDisabled(_ disabled: Bool) {
|
||||
|
Loading…
Reference in New Issue
Block a user