diff --git a/src/app/signup/page.tsx b/src/app/signup/page.tsx index 48ab3fd..41ffd2f 100644 --- a/src/app/signup/page.tsx +++ b/src/app/signup/page.tsx @@ -36,6 +36,7 @@ export default function SignupPage() { tag="Sign Up" buttonText="Create Account" onSubmit={handleSignup} + useInvertedBackground={false} />