From 1884a16220cca9445a7624b0933dd557657b1cf1 Mon Sep 17 00:00:00 2001 From: donpat1to Date: Tue, 28 Oct 2025 15:58:24 +0100 Subject: [PATCH] changed setup button color --- frontend/src/pages/Setup/Setup.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/Setup/Setup.tsx b/frontend/src/pages/Setup/Setup.tsx index c47638e..932676a 100644 --- a/frontend/src/pages/Setup/Setup.tsx +++ b/frontend/src/pages/Setup/Setup.tsx @@ -333,7 +333,7 @@ const Setup: React.FC = () => { disabled={loading} style={{ padding: '0.75rem 2rem', - backgroundColor: loading ? '#6c757d' : '#007bff', + backgroundColor: loading ? '#6c757d' : '#51258f', color: 'white', border: 'none', borderRadius: '6px',