mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-07 21:29:13 +00:00
use fill weight for the toggle right (enabled state) for research mode
This commit is contained in:
@@ -582,6 +582,7 @@ export const ChatInputArea = forwardRef<HTMLTextAreaElement, ChatInputProps>((pr
|
|||||||
<span className="text-muted-foreground text-sm">Research Mode</span>
|
<span className="text-muted-foreground text-sm">Research Mode</span>
|
||||||
{useResearchMode ? (
|
{useResearchMode ? (
|
||||||
<ToggleRight
|
<ToggleRight
|
||||||
|
weight="fill"
|
||||||
className={`w-6 h-6 inline-block ${props.agentColor ? convertColorToTextClass(props.agentColor) : convertColorToTextClass("orange")} rounded-full`}
|
className={`w-6 h-6 inline-block ${props.agentColor ? convertColorToTextClass(props.agentColor) : convertColorToTextClass("orange")} rounded-full`}
|
||||||
/>
|
/>
|
||||||
) : (
|
) : (
|
||||||
|
|||||||
Reference in New Issue
Block a user