wwf
2 天以前 a430284aa21e3ae1f0d5654e55b2ad2852519cc2
app/components/workflow/header/global-variable-button.tsx
@@ -12,7 +12,7 @@
  return (
    <Button className='p-2' disabled={disabled} onClick={handleClick}>
      <GlobalVariable className='h-4 w-4 text-components-button-secondary-text' />
      <GlobalVariable className='w-4 h-4 text-components-button-secondary-text' />
    </Button>
  )
}