From a4697e293a31dc001713d8d0b8b2536b3a16b67e Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Sun, 25 Feb 2024 19:06:38 -0300 Subject: [PATCH] Update validation status color --- src/frontend/src/CustomNodes/GenericNode/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.