Improve text wrapping for attached files and preview context

For the research mode toggle, make it not fill when it's off
This commit is contained in:
sabaimran
2024-11-11 13:32:10 -08:00
parent dd36303bb7
commit cdda9c2e73
2 changed files with 40 additions and 35 deletions

View File

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