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

@@ -21,6 +21,7 @@ export class OutputParserAutofixing implements INodeType {
displayName: 'Auto-fixing Output Parser',
name: 'outputParserAutofixing',
icon: 'fa:tools',
iconColor: 'black',
group: ['transform'],
version: 1,
description: 'Automatically fix the output if it is not in the correct format',