diff --git a/app/w/components/workflow-block/components/sub-block/components/short-input.tsx b/app/w/components/workflow-block/components/sub-block/components/short-input.tsx index 2f1c12cf35..1b0fff652e 100644 --- a/app/w/components/workflow-block/components/sub-block/components/short-input.tsx +++ b/app/w/components/workflow-block/components/sub-block/components/short-input.tsx @@ -78,7 +78,8 @@ export function ShortInput({ ref={inputRef} className={cn( 'w-full placeholder:text-muted-foreground/50 allow-scroll', - isConnecting && 'border-blue-500' + isConnecting && + 'focus-visible:ring-blue-500 ring-2 ring-blue-500 ring-offset-2' )} placeholder={placeholder ?? ''} type="text"