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:
@@ -18,6 +18,7 @@ export class ToolVectorStore implements INodeType {
|
||||
displayName: 'Vector Store Tool',
|
||||
name: 'toolVectorStore',
|
||||
icon: 'fa:database',
|
||||
iconColor: 'black',
|
||||
group: ['transform'],
|
||||
version: [1],
|
||||
description: 'Retrieve context from vector store',
|
||||
|
||||
Reference in New Issue
Block a user