From fe75257bf6cec85855e201bb1e2829dfecc45cfc Mon Sep 17 00:00:00 2001 From: Zamil Majdy Date: Mon, 30 Sep 2024 18:46:23 +0200 Subject: [PATCH] Update coloring --- .../frontend/src/components/PrimaryActionButton.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }} >