Browse Source

validation textfield line border red once valid issue fixed

pull/1/head
Amrit Giri 4 years ago
parent
commit
c65dfbf10e
  1. 2
      GME Remit/Utilities/CustomUI/ValidationTextField.swift

2
GME Remit/Utilities/CustomUI/ValidationTextField.swift

@ -466,8 +466,6 @@ import RxSwift
errorLabel.font = errorFont errorLabel.font = errorFont
lineView.layer.borderColor = UIColor.themeRed.cgColor lineView.layer.borderColor = UIColor.themeRed.cgColor
titleLabel.textColor = UIColor.themeRed titleLabel.textColor = UIColor.themeRed
} else {
} }
if isUseTitle { if isUseTitle {

Loading…
Cancel
Save