mirror of
https://github.com/status-im/status-react.git
synced 2025-02-02 14:14:39 +00:00
changed error color
Former-commit-id: 42faf66c1d8b10c631054c2e432304a2929215e8
This commit is contained in:
parent
220f0c14f8
commit
2d6ab94329
@ -38,6 +38,7 @@
|
|||||||
[]
|
[]
|
||||||
[text-field
|
[text-field
|
||||||
{:error (if (str/blank? name) "" nil)
|
{:error (if (str/blank? name) "" nil)
|
||||||
|
:errorColor "#7099e6"
|
||||||
:value name
|
:value name
|
||||||
:label (label :t/name)
|
:label (label :t/name)
|
||||||
:onChangeText #(dispatch [:set-in [:new-contact :name] %])}])
|
:onChangeText #(dispatch [:set-in [:new-contact :name] %])}])
|
||||||
@ -51,6 +52,7 @@
|
|||||||
[view button-input-container
|
[view button-input-container
|
||||||
[text-field
|
[text-field
|
||||||
{:error error
|
{:error error
|
||||||
|
:errorColor "#7099e6"
|
||||||
:value whisper-identity
|
:value whisper-identity
|
||||||
:wrapperStyle (merge button-input)
|
:wrapperStyle (merge button-input)
|
||||||
:label (label :t/address)
|
:label (label :t/address)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user