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',