mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
⚡ Use color for icons in node creator and update colors
This commit is contained in:
@@ -17,7 +17,7 @@ export class Start implements INodeType {
|
||||
maxNodes: 1,
|
||||
defaults: {
|
||||
name: 'Start',
|
||||
color: '#553399',
|
||||
color: '#00e000',
|
||||
},
|
||||
inputs: [],
|
||||
outputs: ['main'],
|
||||
|
||||
Reference in New Issue
Block a user