Skip to content

Commit d7aabab

Browse files
fix(web): clear composer border after picker dismissal
Signed-off-by: Abdulelah Hajjar <[email protected]>
1 parent bf71e0b commit d7aabab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/src/components/ChatView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3607,7 +3607,7 @@ export default function ChatView({ threadId }: ChatViewProps) {
36073607
>
36083608
<div
36093609
className={cn(
3610-
"rounded-[20px] border bg-card transition-colors duration-200 focus-within:border-ring/45",
3610+
"rounded-[20px] border bg-card transition-colors duration-200 has-focus-visible:border-ring/45",
36113611
isDragOverComposer ? "border-primary/70 bg-accent/30" : "border-border",
36123612
composerProviderState.composerSurfaceClassName,
36133613
)}

0 commit comments

Comments
 (0)