Align top recipient multiline input
Signed-off-by: Gheorghe Pinzaru <feross95@gmail.com>
This commit is contained in:
parent
12a8e2c276
commit
aad907ce77
|
@ -42,6 +42,7 @@
|
||||||
:container {:height 98
|
:container {:height 98
|
||||||
:padding-vertical 8}
|
:padding-vertical 8}
|
||||||
:placeholder (i18n/label :t/recipient-code-placeholder)
|
:placeholder (i18n/label :t/recipient-code-placeholder)
|
||||||
|
:text-align-vertical :top
|
||||||
:on-change-text #(reset! content %)
|
:on-change-text #(reset! content %)
|
||||||
:accessibility-label :recipient-address-input}]
|
:accessibility-label :recipient-address-input}]
|
||||||
[react/text {:style {:color colors/gray
|
[react/text {:style {:color colors/gray
|
||||||
|
|
Loading…
Reference in New Issue