fix(editor): Nodes' icon color in dark mode (#12279)

This commit is contained in:
Eugene
2024-12-19 13:05:12 +01:00
committed by GitHub
parent 441d71e35d
commit 01b781a108
25 changed files with 67 additions and 2 deletions

View File

@@ -32,6 +32,7 @@ export class ToolWorkflow implements INodeType {
displayName: 'Call n8n Workflow Tool',
name: 'toolWorkflow',
icon: 'fa:network-wired',
iconColor: 'black',
group: ['transform'],
version: [1, 1.1, 1.2, 1.3],
description: 'Uses another n8n workflow as a tool. Allows packaging any n8n node(s) as a tool.',