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> ) }