mirror of
https://github.com/status-im/status-react.git
synced 2025-02-22 23:58:30 +00:00
Fix message text input position
This commit is contained in:
parent
54eb52efc0
commit
b28076f5b8
@ -50,11 +50,12 @@
|
||||
[text-input {:underlineColorAndroid "transparent"
|
||||
:style {:flex 1
|
||||
:marginLeft 16
|
||||
:marginTop 7
|
||||
:marginTop -2
|
||||
:padding 0
|
||||
:fontSize 14
|
||||
:fontFamily font
|
||||
:color text2-color}
|
||||
:autoFocus false
|
||||
:autoFocus (< 0 (count @staged-commands-atom))
|
||||
:placeholder "Type"
|
||||
:placeholderTextColor text2-color
|
||||
:onChangeText (fn [new-text]
|
||||
|
Loading…
x
Reference in New Issue
Block a user