mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 23:48:56 +01:00
Research mode gray when off, colored when on
This commit is contained in:
parent
cdda9c2e73
commit
dc109559d4
1 changed files with 2 additions and 1 deletions
|
@ -724,7 +724,8 @@ export const ChatInputArea = forwardRef<HTMLTextAreaElement, ChatInputProps>((pr
|
|||
/>
|
||||
) : (
|
||||
<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>
|
||||
|
|
Loading…
Reference in a new issue