wwf
3 天以前 a430284aa21e3ae1f0d5654e55b2ad2852519cc2
app/components/base/copy-icon/index.tsx
@@ -39,10 +39,10 @@
      <div onMouseLeave={onMouseLeave}>
        {!isCopied
          ? (
            <Clipboard className='mx-1 h-3.5 w-3.5 cursor-pointer text-text-tertiary' onClick={onClickCopy} />
            <Clipboard className='mx-1 w-3.5 h-3.5 text-text-tertiary cursor-pointer' onClick={onClickCopy} />
          )
          : (
            <ClipboardCheck className='mx-1 h-3.5 w-3.5 text-text-tertiary' />
            <ClipboardCheck className='mx-1 w-3.5 h-3.5 text-text-tertiary' />
          )
        }
      </div>