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

@@ -21,7 +21,7 @@ export class EmailSend implements INodeType {
description: 'Sends an Email',
defaults: {
name: 'Send Email',
color: '#44DD22',
color: '#00bb88',
},
inputs: ['main'],
outputs: ['main'],