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
1 changed files with 1 additions and 1 deletions

View File

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