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

@@ -17,7 +17,7 @@ export class ReadFileFromUrl implements INodeType {
description: 'Reads a file from an URL',
defaults: {
name: 'Read File URL',
color: '#995533',
color: '#119955',
},
inputs: ['main'],
outputs: ['main'],