From 3f43884bb62023c14a7611650dcff9ae9a21028e Mon Sep 17 00:00:00 2001 From: Ammar Ahmed Date: Sun, 7 Jun 2026 08:05:01 +0500 Subject: [PATCH] mobile: fix wording if user already has an account --- apps/mobile/app/components/auth/signup.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/mobile/app/components/auth/signup.tsx b/apps/mobile/app/components/auth/signup.tsx index e5d31bf1e..0cd722a9b 100644 --- a/apps/mobile/app/components/auth/signup.tsx +++ b/apps/mobile/app/components/auth/signup.tsx @@ -278,9 +278,9 @@ export const Signup = ({ textAlign: "center" }} fontSize="SM" - color={colors.secondary.paragraph} + color={colors.primary.paragraph} > - {strings.dontHaveAccount()}{" "} + {strings.alreadyHaveAccount()}{" "}