diff --git a/Tokenary iOS/Screens/Accounts/Views/AccountTableViewCell.swift b/Tokenary iOS/Screens/Accounts/Views/AccountTableViewCell.swift index a4a6bd9c..10f5a253 100644 --- a/Tokenary iOS/Screens/Accounts/Views/AccountTableViewCell.swift +++ b/Tokenary iOS/Screens/Accounts/Views/AccountTableViewCell.swift @@ -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) {