mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(editor): Nodes' icon color in dark mode (#12279)
This commit is contained in:
@@ -19,6 +19,7 @@ export class RetrieverContextualCompression implements INodeType {
|
||||
displayName: 'Contextual Compression Retriever',
|
||||
name: 'retrieverContextualCompression',
|
||||
icon: 'fa:box-open',
|
||||
iconColor: 'black',
|
||||
group: ['transform'],
|
||||
version: 1,
|
||||
description: 'Enhances document similarity search by contextual compression.',
|
||||
|
||||
@@ -18,6 +18,7 @@ export class RetrieverMultiQuery implements INodeType {
|
||||
displayName: 'MultiQuery Retriever',
|
||||
name: 'retrieverMultiQuery',
|
||||
icon: 'fa:box-open',
|
||||
iconColor: 'black',
|
||||
group: ['transform'],
|
||||
version: 1,
|
||||
description:
|
||||
|
||||
@@ -15,6 +15,7 @@ export class RetrieverVectorStore implements INodeType {
|
||||
displayName: 'Vector Store Retriever',
|
||||
name: 'retrieverVectorStore',
|
||||
icon: 'fa:box-open',
|
||||
iconColor: 'black',
|
||||
group: ['transform'],
|
||||
version: 1,
|
||||
description: 'Use a Vector Store as Retriever',
|
||||
|
||||
@@ -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