[ISSUE#3099] Do not hardocde list item height
This commit is contained in:
parent
b7dadc78c2
commit
4dd9b9c18c
|
@ -5,8 +5,7 @@
|
||||||
|
|
||||||
(def item
|
(def item
|
||||||
{:flex-direction :row
|
{:flex-direction :row
|
||||||
:justify-content :center
|
:justify-content :center})
|
||||||
:height 64})
|
|
||||||
|
|
||||||
(def item-content-view
|
(def item-content-view
|
||||||
{:flex 1
|
{:flex 1
|
||||||
|
|
Loading…
Reference in New Issue