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