before race

This commit is contained in:
root
2025-12-21 07:51:51 +01:00
parent f2c3b04a88
commit 872e5a1a6a
9 changed files with 340 additions and 55 deletions

View File

@@ -419,8 +419,8 @@ export default function Drop() {
disabled={processing}
style={{
padding: '12px 24px',
background: 'var(--accent)',
color: '#000',
background: '#0a7931',
color: '#fff',
border: 'none',
borderRadius: '14px',
cursor: processing ? 'not-allowed' : 'pointer',