[#11599] Smaller kk dev menu items
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
This commit is contained in:
parent
7cf42b292b
commit
73ca49aad5
|
@ -4,12 +4,13 @@
|
||||||
|
|
||||||
(defn button [label accessibility-label handler]
|
(defn button [label accessibility-label handler]
|
||||||
[react/view
|
[react/view
|
||||||
{:style {:width 50
|
{:style {:width 20
|
||||||
:height 30
|
:height 30
|
||||||
:justify-content :center
|
:justify-content :center
|
||||||
:align-items :center}}
|
:align-items :center}}
|
||||||
[react/text
|
[react/text
|
||||||
{:on-press handler
|
{:on-press handler
|
||||||
|
:style {:font-size 8}
|
||||||
:accessibility-label accessibility-label}
|
:accessibility-label accessibility-label}
|
||||||
label]])
|
label]])
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue