diff --git a/packages/twenty-front/src/modules/workflow/workflow-steps/workflow-actions/http-request-action/components/BodyInput.tsx b/packages/twenty-front/src/modules/workflow/workflow-steps/workflow-actions/http-request-action/components/BodyInput.tsx index e21065351b..30676436cc 100644 --- a/packages/twenty-front/src/modules/workflow/workflow-steps/workflow-actions/http-request-action/components/BodyInput.tsx +++ b/packages/twenty-front/src/modules/workflow/workflow-steps/workflow-actions/http-request-action/components/BodyInput.tsx @@ -34,6 +34,7 @@ const StyledSelectDropdown = styled(Select)` margin-bottom: ${({ theme }) => theme.spacing(2)}; `; const StyledNoBodyMessage = styled.div` + color: ${({ theme }) => theme.font.color.light}; font-size: ${({ theme }) => theme.font.size.md}; padding: ${({ theme }) => theme.spacing(2)}; text-align: left;