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}