1
0
Fork 0
mirror of synced 2024-08-09 23:28:01 +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 45f166b3f4
commit 79d31702b8

View file

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