1
0
Fork 0
mirror of synced 2024-06-26 10:00:41 +12:00

Add hover effect to automation item header expand icon

This commit is contained in:
Andrew Kingston 2022-07-11 20:04:35 +01:00
parent 1608e436fc
commit f0eb659cb5

View file

@ -96,7 +96,7 @@
onSelect(block)
}}
>
<Icon name={blockComplete ? "ChevronUp" : "ChevronDown"} />
<Icon hoverable name={blockComplete ? "ChevronUp" : "ChevronDown"} />
</div>
</div>
</div>