mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-15 19:24:36 +00:00
Fix message text input position
Former-commit-id: b28076f5b875f5440913c942847811995751e4e7
This commit is contained in:
parent
2d98631feb
commit
5a2f28b940
@ -50,11 +50,12 @@
|
|||||||
[text-input {:underlineColorAndroid "transparent"
|
[text-input {:underlineColorAndroid "transparent"
|
||||||
:style {:flex 1
|
:style {:flex 1
|
||||||
:marginLeft 16
|
:marginLeft 16
|
||||||
:marginTop 7
|
:marginTop -2
|
||||||
|
:padding 0
|
||||||
:fontSize 14
|
:fontSize 14
|
||||||
:fontFamily font
|
:fontFamily font
|
||||||
:color text2-color}
|
:color text2-color}
|
||||||
:autoFocus false
|
:autoFocus (< 0 (count @staged-commands-atom))
|
||||||
:placeholder "Type"
|
:placeholder "Type"
|
||||||
:placeholderTextColor text2-color
|
:placeholderTextColor text2-color
|
||||||
:onChangeText (fn [new-text]
|
:onChangeText (fn [new-text]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user