Fix message text input position

Former-commit-id: b28076f5b8
This commit is contained in:
virvar 2016-04-26 16:35:48 +03:00
parent 2d98631feb
commit 5a2f28b940
1 changed files with 3 additions and 2 deletions

View File

@ -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]