Research mode gray when off, colored when on

This commit is contained in:
sabaimran 2024-11-11 16:35:07 -08:00
parent cdda9c2e73
commit dc109559d4

View file

@ -724,7 +724,8 @@ export const ChatInputArea = forwardRef<HTMLTextAreaElement, ChatInputProps>((pr
/> />
) : ( ) : (
<ToggleLeft <ToggleLeft
className={`w-6 h-6 inline-block ${props.agentColor ? convertColorToTextClass(props.agentColor) : convertColorToTextClass("orange")} rounded-full`} weight="fill"
className={`w-6 h-6 inline-block ${convertColorToTextClass("gray")} rounded-full`}
/> />
)} )}
</Button> </Button>