wwf
3 天以前 a430284aa21e3ae1f0d5654e55b2ad2852519cc2
app/components/datasets/documents/detail/completed/status-item.tsx
@@ -12,9 +12,9 @@
  selected,
}) => {
  return (
    <div className='flex items-center justify-between px-2 py-1.5'>
    <div className='flex items-center justify-between py-1.5 px-2'>
      <span className='system-md-regular'>{item.name}</span>
      {selected && <RiCheckLine className='h-4 w-4 text-text-accent' />}
      {selected && <RiCheckLine className='w-4 h-4 text-text-accent' />}
    </div>
  )
}