Increase click area for the List component

This commit is contained in:
ErickSkrauch 2019-05-11 01:33:56 +03:00
parent bc950a31bc
commit c2c920d5f7

View File

@ -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}</a>