From c2c920d5f7d61bc6232ffc34b42319e7548edb60 Mon Sep 17 00:00:00 2001 From: ErickSkrauch Date: Sat, 11 May 2019 01:33:56 +0300 Subject: [PATCH] Increase click area for the List component --- src/devTools/List.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devTools/List.js b/src/devTools/List.js index cb9b0fd..8f8c081 100644 --- a/src/devTools/List.js +++ b/src/devTools/List.js @@ -14,7 +14,7 @@ export default function List({label, items, active, onChange}) { onChange && onChange(key); }} style={{ - margin: '0 5px', + padding: '0 5px', color: active === key ? 'red' : '' }} >{key}