From bb4025c55e1a9fa50b34dc8b80116252a7fa70bc Mon Sep 17 00:00:00 2001 From: Marcus Date: Wed, 23 Nov 2022 08:47:34 +0100 Subject: [PATCH] removed color prop (only core nodes with fa icon) --- nodes/HttpBin/HttpBin.node.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/nodes/HttpBin/HttpBin.node.ts b/nodes/HttpBin/HttpBin.node.ts index 7fad43d..a65f7a9 100644 --- a/nodes/HttpBin/HttpBin.node.ts +++ b/nodes/HttpBin/HttpBin.node.ts @@ -12,7 +12,6 @@ export class HttpBin implements INodeType { description: 'Interact with HttpBin API', defaults: { name: 'HttpBin', - color: '#3b4151', }, inputs: ['main'], outputs: ['main'],