mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(editor): Nodes' icon color in dark mode (#12279)
This commit is contained in:
@@ -41,6 +41,7 @@ export class RetrieverWorkflow implements INodeType {
|
||||
displayName: 'Workflow Retriever',
|
||||
name: 'retrieverWorkflow',
|
||||
icon: 'fa:box-open',
|
||||
iconColor: 'black',
|
||||
group: ['transform'],
|
||||
version: [1, 1.1],
|
||||
description: 'Use an n8n Workflow as Retriever',
|
||||
|
||||
Reference in New Issue
Block a user