From 73ef52b9398ca9ef0b7cb7ddd6c2c1c1fc898c97 Mon Sep 17 00:00:00 2001 From: Pietro Brenna Date: Fri, 21 Feb 2020 14:02:48 +0100 Subject: [PATCH] colore diverso da switch --- command-parse.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/command-parse.html b/command-parse.html index 7318e6f..e79ef41 100644 --- a/command-parse.html +++ b/command-parse.html @@ -55,7 +55,7 @@ return clipValueLength(v); } RED.nodes.registerType('parser-consume', { - color: "#E2D96E", + color: "#77aadd", category: 'function', defaults: { name: { value: "" }, @@ -275,7 +275,7 @@