Refactor: Change toolbar shortcut icon color

This commit is contained in:
igorrCarvalho 2024-02-26 21:21:31 -03:00
commit b837b350f0

View file

@ -431,7 +431,7 @@ export default function NodeToolbarComponent({
<span>
<IconComponent
name="Delete"
className="absolute right-2 top-2 h-4 w-4 text-red-300"
className="absolute right-2 top-2 h-4 w-4 text-red-400"
></IconComponent>
</span>
</div>