bold username in android
This commit is contained in:
parent
4c396a130e
commit
01fabc243d
|
@ -54,7 +54,7 @@
|
|||
[text-input
|
||||
{:placeholder placeholder
|
||||
: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)
|
||||
:on-change-text #(rf/dispatch [:set-in [:profile-edit :name] %])
|
||||
:on-end-editing #(do
|
||||
|
|
Loading…
Reference in New Issue