mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
⚡ Use color for icons in node creator and update colors
This commit is contained in:
@@ -19,7 +19,7 @@ export class FunctionItem implements INodeType {
|
||||
description: 'Run custom function code which gets executed once per item.',
|
||||
defaults: {
|
||||
name: 'FunctionItem',
|
||||
color: '#FF9922',
|
||||
color: '#ddbb33',
|
||||
},
|
||||
inputs: ['main'],
|
||||
outputs: ['main'],
|
||||
|
||||
Reference in New Issue
Block a user