Tunnel creation: An uneditable field's value should be grey as well

This commit is contained in:
Roopesh Chander 2018-10-24 14:22:28 +05:30
parent 9120e27f2b
commit ad9e9b6666
1 changed files with 1 additions and 0 deletions

View File

@ -295,6 +295,7 @@ class TunnelsEditTableViewKeyValueCell: UITableViewCell {
set(value) {
valueTextField.isEnabled = value
keyLabel.textColor = value ? UIColor.black : UIColor.gray
valueTextField.textColor = value ? UIColor.black : UIColor.gray
}
}
var isValueValid: Bool = true {