diff --git a/src/components/LoginScreen.tsx b/src/components/LoginScreen.tsx index db68a00..2e7abfb 100644 --- a/src/components/LoginScreen.tsx +++ b/src/components/LoginScreen.tsx @@ -163,10 +163,10 @@ export function LoginScreen({ onComplete }: LoginScreenProps) { }, [startLoginSequence, addTimeout, prefersReducedMotion]) const buttonBg = buttonPressed - ? '#085858' + ? 'var(--accent-pressed, #085858)' : buttonHovered && canLogin - ? '#0A8080' - : '#0D6E6E' + ? 'var(--accent-hover, #0A8080)' + : 'var(--accent, #0D6E6E)' return ( {username} {activeField === 'username' && (