[#11599] Smaller kk dev menu items

Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
This commit is contained in:
Roman Volosovskyi 2021-01-13 13:42:06 +02:00 committed by Churikova Tetiana
parent 7cf42b292b
commit 73ca49aad5
No known key found for this signature in database
GPG Key ID: 0D4EA7B33B47E6D8
1 changed files with 2 additions and 1 deletions

View File

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