diff --git a/src/frontend/src/CustomNodes/GenericNode/index.tsx b/src/frontend/src/CustomNodes/GenericNode/index.tsx index 5091e09c1..94bb60422 100644 --- a/src/frontend/src/CustomNodes/GenericNode/index.tsx +++ b/src/frontend/src/CustomNodes/GenericNode/index.tsx @@ -179,7 +179,7 @@ export default function GenericNode({ } else if (!isValid && buildStatus === BuildStatus.BUILT) { return "red-status"; } else if (!validationStatus) { - return "yellow-status"; + return "green-status"; } else if (buildStatus === BuildStatus.BUILDING) { return "status-build-animation"; } else { @@ -501,7 +501,7 @@ export default function GenericNode({ Build{" "} {" "} flow to validate status.