From e7c273cc76b7a02fc605dec5022a5917c9934e91 Mon Sep 17 00:00:00 2001 From: anovazzi1 Date: Tue, 18 Jun 2024 11:18:43 -0300 Subject: [PATCH] update colors --- src/frontend/src/utils/styleUtils.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/frontend/src/utils/styleUtils.ts b/src/frontend/src/utils/styleUtils.ts index 8f9dfc855..f97a057d6 100644 --- a/src/frontend/src/utils/styleUtils.ts +++ b/src/frontend/src/utils/styleUtils.ts @@ -273,8 +273,8 @@ export const nodeColors: { [char: string]: string } = { // custom_components: "#ab11ab", retrievers: "#e6b25a", // - str: "#2563eb", - Text: "#2563eb", + str: "#4F46E5", + Text: "#4F46E5", unknown: "#9CA3AF", Document: "#65a30d", Data: "#dc2626",