Keep table view text color consistent

This commit is contained in:
Yishi Lin 2020-03-05 00:05:01 +08:00
parent b84f2dce13
commit 17ccf55c48
3 changed files with 0 additions and 5 deletions

View file

@ -54,7 +54,6 @@ class SSHKeyArmorImportTableViewController: AutoCellHeightUITableViewController,
armorPrivateKeyTextView.delegate = self
scanPrivateKeyCell?.textLabel?.text = "ScanPrivateKeyQrCodes".localize()
scanPrivateKeyCell?.textLabel?.textColor = Colors.systemBlue
scanPrivateKeyCell?.selectionStyle = .default
scanPrivateKeyCell?.accessoryType = .disclosureIndicator
}