Refactor: Change node description pencil editor color
This commit is contained in:
parent
ba85fd1f7f
commit
2d21535e2a
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue