more ui nits

This commit is contained in:
msukkari 2025-07-27 21:08:47 -07:00
parent ab1185646d
commit 3c0af96b18
2 changed files with 2 additions and 2 deletions

View file

@ -284,7 +284,7 @@ export const ChatBox = ({
>
<Editable
className="w-full focus-visible:outline-none focus-visible:ring-0 bg-background text-base disabled:cursor-not-allowed disabled:opacity-50 md:text-sm"
placeholder="Ask, plan, or search your codebase. @mention files to refine your query."
placeholder="Ask questions about the selected search contexts. @mention files to refine your query."
renderElement={renderElement}
renderLeaf={renderLeaf}
onKeyDown={onKeyDown}

View file

@ -194,7 +194,7 @@ export const ContextSelector = React.forwardRef<
>
<Command>
<CommandInput
placeholder="Search contexts and repos..."
placeholder="Search contexts..."
onKeyDown={handleInputKeyDown}
/>
<CommandList ref={scrollContainerRef}>