changed setup button color

This commit is contained in:
2025-10-28 15:58:24 +01:00
parent 478578308d
commit 1884a16220

View File

@@ -333,7 +333,7 @@ const Setup: React.FC = () => {
disabled={loading} disabled={loading}
style={{ style={{
padding: '0.75rem 2rem', padding: '0.75rem 2rem',
backgroundColor: loading ? '#6c757d' : '#007bff', backgroundColor: loading ? '#6c757d' : '#51258f',
color: 'white', color: 'white',
border: 'none', border: 'none',
borderRadius: '6px', borderRadius: '6px',