Skip to content

Commit e0b457a

Browse files
committed
Use our custom focus-visible
1 parent fc39d96 commit e0b457a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/app/components/KapaChat.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ function ChatInterface({ initialQuery }: { initialQuery?: string }) {
312312
placeholder="Ask a question..."
313313
disabled={isGeneratingAnswer}
314314
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"
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-visible:focus-custom"
316316
/>
317317
{isGeneratingAnswer ? (
318318
<SimpleTooltip

0 commit comments

Comments
 (0)