mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-09 21:29:11 +00:00
Research mode gray when off, colored when on
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user