mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
⚡ Use color for icons in node creator and update colors
This commit is contained in:
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user