return hierarchical tags

This commit is contained in:
Lachlan Kermode
2020-05-26 17:59:33 +02:00
parent b187daceaa
commit 64087bf1e5
3 changed files with 31 additions and 11 deletions

View File

@@ -33,7 +33,7 @@ export default ({
className='event'
x={x}
y={y - sectionHeight + (idx * sectionHeight)}
style={{ ...styleProps, opacity: h ? 0.3 : 0.05 }}
style={{ ...styleProps, opacity: h ? 0.5 : 0.1 }}
width={width}
height={sectionHeight}
/>