diff --git a/autogpt_platform/frontend/src/components/PrimaryActionButton.tsx b/autogpt_platform/frontend/src/components/PrimaryActionButton.tsx index 2d399306eb..25743c6805 100644 --- a/autogpt_platform/frontend/src/components/PrimaryActionButton.tsx +++ b/autogpt_platform/frontend/src/components/PrimaryActionButton.tsx @@ -59,7 +59,7 @@ const PrimaryActionBar: React.FC = ({ onClick={runButtonOnClick} size="primary" style={{ - background: isRunning ? "#FFB3BA" : "#7544DF", + background: isRunning ? "#DF4444" : "#7544DF", opacity: isDisabled ? 0.5 : 1, }} >