From c476db5dd463f89126cdfdbf50266974b1830d23 Mon Sep 17 00:00:00 2001 From: anovazzi1 Date: Sun, 31 Mar 2024 17:40:24 -0300 Subject: [PATCH] Update nodeColors in styleUtils.ts --- src/frontend/src/utils/styleUtils.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/frontend/src/utils/styleUtils.ts b/src/frontend/src/utils/styleUtils.ts index 94389d1f0..4115951de 100644 --- a/src/frontend/src/utils/styleUtils.ts +++ b/src/frontend/src/utils/styleUtils.ts @@ -220,7 +220,7 @@ export const gradients = [ ]; export const nodeColors: { [char: string]: string } = { - inputs: "#9AAE42", + inputs: "#4367BF", outputs: "#AA2411", data: "#6344BE", prompts: "#4367BF", @@ -252,6 +252,9 @@ export const nodeColors: { [char: string]: string } = { retrievers: "#e6b25a", unknown: "#9CA3AF", custom_components: "#ab11ab", + Records:"#31a3cc", + Record:"#31a3cc", + }; export const nodeNames: { [char: string]: string } = {