bold username in android

This commit is contained in:
Gustavo Nunes 2017-05-26 02:47:18 -03:00 committed by Roman Volosovskyi
parent 4c396a130e
commit 01fabc243d
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@
[text-input [text-input
{:placeholder placeholder {:placeholder placeholder
:style (st/name-input-text (s/valid? ::v/name (or new-name current-name))) :style (st/name-input-text (s/valid? ::v/name (or new-name current-name)))
:font (if platform/ios? :medium :default) :font :medium
:default-value (or new-name current-name) :default-value (or new-name current-name)
:on-change-text #(rf/dispatch [:set-in [:profile-edit :name] %]) :on-change-text #(rf/dispatch [:set-in [:profile-edit :name] %])
:on-end-editing #(do :on-end-editing #(do