app/components/workflow/nodes/list-operator/components/extract-input.tsx
@@ -35,7 +35,7 @@ <div className='flex items-start space-x-1'> <Input instanceId='http-extract-number' className={cn(isFocus ? 'border-components-input-border-active bg-components-input-bg-active shadow-xs' : 'border-components-input-border-hover bg-components-input-bg-normal', 'w-0 grow rounded-lg border px-3 py-[6px]')} className={cn(isFocus ? 'shadow-xs bg-gray-50 border-gray-300' : 'bg-gray-100 border-gray-100', 'w-0 grow rounded-lg px-3 py-[6px] border')} value={value} onChange={onChange} readOnly={readOnly}