We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc39d96 commit e0b457aCopy full SHA for e0b457a
apps/webapp/app/components/KapaChat.tsx
@@ -312,7 +312,7 @@ function ChatInterface({ initialQuery }: { initialQuery?: string }) {
312
placeholder="Ask a question..."
313
disabled={isGeneratingAnswer}
314
autoFocus
315
- className="flex-1 rounded-md border border-grid-bright bg-background-dimmed px-3 py-2 text-text-bright placeholder:text-text-dimmed focus:border-indigo-500 focus:outline-none"
+ className="flex-1 rounded-md border border-grid-bright bg-background-dimmed px-3 py-2 text-text-bright placeholder:text-text-dimmed focus-visible:focus-custom"
316
/>
317
{isGeneratingAnswer ? (
318
<SimpleTooltip
0 commit comments