From b8f210ad2a14230ee1b942a5e73ceab8f6b7e085 Mon Sep 17 00:00:00 2001 From: mertbagt Date: Tue, 17 Mar 2026 20:26:08 -0400 Subject: [PATCH 1/2] update color styling --- components/ProfilePage/VerifyAccountSection.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/ProfilePage/VerifyAccountSection.tsx b/components/ProfilePage/VerifyAccountSection.tsx index 6ebe239b7..66e5a961f 100644 --- a/components/ProfilePage/VerifyAccountSection.tsx +++ b/components/ProfilePage/VerifyAccountSection.tsx @@ -18,7 +18,7 @@ export const VerifyAccountSection = ({ return (
-

+

{t("verifyAccountSection.verifyAccount")}

@@ -35,7 +35,7 @@ export const VerifyAccountSection = ({ {sendEmailVerification.status !== "success" ? ( sendEmailVerification.execute(user)} From 70cacf9d1b3b590a579e2c8d481316bec19046ed Mon Sep 17 00:00:00 2001 From: mertbagt Date: Tue, 17 Mar 2026 20:35:04 -0400 Subject: [PATCH 2/2] removed color styling on text, results in black text --- components/ProfilePage/VerifyAccountSection.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/components/ProfilePage/VerifyAccountSection.tsx b/components/ProfilePage/VerifyAccountSection.tsx index 66e5a961f..87a6dd2a5 100644 --- a/components/ProfilePage/VerifyAccountSection.tsx +++ b/components/ProfilePage/VerifyAccountSection.tsx @@ -18,9 +18,7 @@ export const VerifyAccountSection = ({ return (
-

- {t("verifyAccountSection.verifyAccount")} -

+

{t("verifyAccountSection.verifyAccount")}

{sendEmailVerification.status === "success" ? (