mirror of
https://github.com/elyby/emails-renderer.git
synced 2024-11-09 23:12:09 +05:30
Increase click area for the List component
This commit is contained in:
parent
bc950a31bc
commit
c2c920d5f7
@ -14,7 +14,7 @@ export default function List({label, items, active, onChange}) {
|
|||||||
onChange && onChange(key);
|
onChange && onChange(key);
|
||||||
}}
|
}}
|
||||||
style={{
|
style={{
|
||||||
margin: '0 5px',
|
padding: '0 5px',
|
||||||
color: active === key ? 'red' : ''
|
color: active === key ? 'red' : ''
|
||||||
}}
|
}}
|
||||||
>{key}</a>
|
>{key}</a>
|
||||||
|
Loading…
Reference in New Issue
Block a user