Use color for icons in node creator and update colors

This commit is contained in:
Jan Oberhauser
2019-07-26 11:41:08 +02:00
parent 84154843c2
commit e3fafc85e6
9 changed files with 15 additions and 12 deletions

View File

@@ -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'],