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:
@@ -20,6 +20,7 @@ export class OutputParserStructured implements INodeType {
|
||||
displayName: 'Structured Output Parser',
|
||||
name: 'outputParserStructured',
|
||||
icon: 'fa:code',
|
||||
iconColor: 'black',
|
||||
group: ['transform'],
|
||||
version: [1, 1.1, 1.2],
|
||||
defaultVersion: 1.2,
|
||||
|
||||
Reference in New Issue
Block a user