wwf
2 天以前 a430284aa21e3ae1f0d5654e55b2ad2852519cc2
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>
  )
}