We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24599aa commit 9fa9cb4Copy full SHA for 9fa9cb4
apps/web/src/components/ChatView.tsx
@@ -3396,7 +3396,7 @@ export default function ChatView({ threadId }: ChatViewProps) {
3396
data-chat-composer-form="true"
3397
>
3398
<div
3399
- className={`group rounded-[20px] border bg-card transition-colors duration-200 focus-within:border-ring ${
+ className={`group rounded-[20px] border bg-card transition-colors duration-200 focus-within:border-ring/45 ${
3400
isDragOverComposer ? "border-primary/70 bg-accent/30" : "border-border"
3401
}`}
3402
onDragEnter={onComposerDragEnter}
0 commit comments