diff --git a/MoppApp/MoppApp/NFCEditViewController.swift b/MoppApp/MoppApp/NFCEditViewController.swift index fcd1f43fd..477bdf811 100644 --- a/MoppApp/MoppApp/NFCEditViewController.swift +++ b/MoppApp/MoppApp/NFCEditViewController.swift @@ -59,6 +59,9 @@ class NFCEditViewController : MoppViewController, TokenFlowSigning { canTextErrorLabel.isHidden = true pinTextErrorLabel.text = "" pinTextErrorLabel.isHidden = true + + canTextLabel.textColor = UIColor.moppText + pinTextLabel.textColor = UIColor.moppText canTextField.moppPresentDismissButton() canTextField.layer.borderColor = UIColor.moppContentLine.cgColor @@ -172,11 +175,11 @@ class NFCEditViewController : MoppViewController, TokenFlowSigning { override func keyboardWillShow(notification: NSNotification) { if canTextField.isFirstResponder { - showKeyboard(textFieldLabel: canTextErrorLabel, scrollView: scrollView) + showKeyboard(textFieldLabel: canTextLabel, scrollView: scrollView) } if pinTextField.isFirstResponder { - showKeyboard(textFieldLabel: pinTextErrorLabel, scrollView: scrollView) + showKeyboard(textFieldLabel: pinTextLabel, scrollView: scrollView) } } diff --git a/MoppApp/MoppApp/TokenFlow.storyboard b/MoppApp/MoppApp/TokenFlow.storyboard index ae2448eb3..dfd342ce9 100644 --- a/MoppApp/MoppApp/TokenFlow.storyboard +++ b/MoppApp/MoppApp/TokenFlow.storyboard @@ -1,9 +1,9 @@ - + - + @@ -210,10 +210,10 @@ - + - + @@ -249,20 +249,20 @@ - + @@ -281,14 +281,14 @@ - + - +