From 55200be4fa7ad81d06fe4c9c6b4121da4f154ede Mon Sep 17 00:00:00 2001 From: sabaimran Date: Sun, 10 Nov 2024 19:16:43 -0800 Subject: [PATCH] Apply agent color fill to the toggle both in off and on states --- .../web/app/components/chatInputArea/chatInputArea.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/interface/web/app/components/chatInputArea/chatInputArea.tsx b/src/interface/web/app/components/chatInputArea/chatInputArea.tsx index 8c692e14..49157f56 100644 --- a/src/interface/web/app/components/chatInputArea/chatInputArea.tsx +++ b/src/interface/web/app/components/chatInputArea/chatInputArea.tsx @@ -723,7 +723,10 @@ export const ChatInputArea = forwardRef((pr className={`w-6 h-6 inline-block ${props.agentColor ? convertColorToTextClass(props.agentColor) : convertColorToTextClass("orange")} rounded-full`} /> ) : ( - + )}