fix: replace ugly focus ring with subtle border color change on textarea

This commit is contained in:
Nicolas Varrot
2026-02-13 17:55:19 +00:00
parent ac29646dc8
commit 0329fa48bf

View File

@@ -315,7 +315,7 @@ export function ChatInput({ onSend, onAbort, isGenerating, disabled, sessionKey
aria-label={t('chat.inputLabel')}
disabled={disabled}
rows={1}
className="flex-1 bg-transparent resize-none rounded-2xl border border-pc-border bg-pc-input/35 px-4 py-3 text-sm text-pc-text placeholder:text-pc-text-muted outline-none focus:ring-2 focus:ring-[var(--pc-accent-dim)] transition-all max-h-[200px]"
className="flex-1 bg-transparent resize-none rounded-2xl border border-pc-border bg-pc-input/35 px-4 py-3 text-sm text-pc-text placeholder:text-pc-text-muted outline-none focus:border-[var(--pc-accent-dim)] transition-all max-h-[200px]"
/>
{isGenerating ? (
<button