Skip to content

Commit

Permalink
running state color changed from blue->violet
Browse files Browse the repository at this point in the history
  • Loading branch information
jayeshsadhwani99 committed Sep 6, 2024
1 parent f07dc1c commit 3ba38e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/utils/common/handleStatus.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const handleStatus = (status: string) => {

case ExecutionStatus.WORKFLOW_RUNNING:
case ExecutionStatus.RUNNING:
className += "bg-blue-500 text-white";
className += "bg-violet-500 text-white";
break;

case ExecutionStatus.WORKFLOW_FINISHED:
Expand Down

0 comments on commit 3ba38e3

Please sign in to comment.