|
@@ -127,7 +127,7 @@ class KMVerificationCodeView: KMBaseXibView {
|
|
textField!.textField.alignment = .center
|
|
textField!.textField.alignment = .center
|
|
textField?.superview?.border(NSColor(hex: "#DFE1E5"), 1, 4)
|
|
textField?.superview?.border(NSColor(hex: "#DFE1E5"), 1, 4)
|
|
textField?.textField.onFocus = {
|
|
textField?.textField.onFocus = {
|
|
- textField?.superview?.border(NSColor(hex: "#1770F4"), 1, 4)
|
|
|
|
|
|
+ textField?.superview?.border(NSColor(hex: "#1770F4"), 1, 4)
|
|
}
|
|
}
|
|
|
|
|
|
textField?.textDidEndEditing = { [unowned self] string in
|
|
textField?.textDidEndEditing = { [unowned self] string in
|