mirror of
https://github.com/status-im/status-react.git
synced 2025-01-11 11:34:45 +00:00
[#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]
|
||||
[react/view
|
||||
{:style {:width 50
|
||||
{:style {:width 20
|
||||
:height 30
|
||||
:justify-content :center
|
||||
:align-items :center}}
|
||||
[react/text
|
||||
{:on-press handler
|
||||
:style {:font-size 8}
|
||||
:accessibility-label accessibility-label}
|
||||
label]])
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user