From 9a97fc9154fffc573d04ae7960506209d384154b Mon Sep 17 00:00:00 2001 From: Cristhian Zanforlin Lousa Date: Wed, 16 Oct 2024 07:30:35 -0300 Subject: [PATCH] feat: change the Tools color to improve user experience (#4141) --- src/frontend/src/utils/styleUtils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/src/utils/styleUtils.ts b/src/frontend/src/utils/styleUtils.ts index d614bb1e4..d3e11b3de 100644 --- a/src/frontend/src/utils/styleUtils.ts +++ b/src/frontend/src/utils/styleUtils.ts @@ -289,7 +289,7 @@ export const nodeColors: { [char: string]: string } = { chains: "#FE7500", list: "#9AAE42", agents: "#903BBE", - tools: "#FF3434", + tools: "#00fbfc", memories: "#F5B85A", saved_components: "#a5B85A", advanced: "#000000",