app/components/workflow/nodes/_base/components/toggle-expand-btn.tsx
@@ -23,7 +23,7 @@ const Icon = isExpand ? RiCollapseDiagonalLine : RiExpandDiagonalLine return ( <ActionButton onClick={handleToggle}> <Icon className='h-4 w-4' /> <Icon className='w-4 h-4' /> </ActionButton> ) }