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