Refactor: Change node description pencil editor color

This commit is contained in:
igorrCarvalho 2023-11-29 22:03:20 -03:00
commit 2d21535e2a

View file

@ -219,7 +219,7 @@ export default function GenericNode({
{data.node?.flow && (
<IconComponent
name="Pencil"
className="h-5 w-5 text-primary-content"
className="h-5 w-5 text-ring"
/>
)}
</div>