mirror of
https://github.com/elyby/emails-renderer.git
synced 2024-12-22 05:09:44 +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);
|
||||
}}
|
||||
style={{
|
||||
margin: '0 5px',
|
||||
padding: '0 5px',
|
||||
color: active === key ? 'red' : ''
|
||||
}}
|
||||
>{key}</a>
|
||||
|
Loading…
Reference in New Issue
Block a user