changed error color

Former-commit-id: 42faf66c1d
This commit is contained in:
Adrian Tiberius 2016-06-30 23:09:33 +03:00
parent 220f0c14f8
commit 2d6ab94329
1 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,7 @@
[]
[text-field
{:error (if (str/blank? name) "" nil)
:errorColor "#7099e6"
:value name
:label (label :t/name)
:onChangeText #(dispatch [:set-in [:new-contact :name] %])}])
@ -51,6 +52,7 @@
[view button-input-container
[text-field
{:error error
:errorColor "#7099e6"
:value whisper-identity
:wrapperStyle (merge button-input)
:label (label :t/address)