From d7fd7f47eaaa4adcbe002002f738677dffe01527 Mon Sep 17 00:00:00 2001 From: aeddaqqa Date: Mon, 30 Sep 2024 16:07:26 +0100 Subject: [PATCH] styling(partnerConfig): change color of email wording in claim profile --- src/layout/PartnersLayout.tsx | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/layout/PartnersLayout.tsx b/src/layout/PartnersLayout.tsx index 35eef053..b84f9081 100644 --- a/src/layout/PartnersLayout.tsx +++ b/src/layout/PartnersLayout.tsx @@ -41,7 +41,17 @@ const ClaimProfile = () => { first. - Contact the Camino Network Foundation via email{' '} + Contact the Camino Network Foundation via{' '} + theme.palette.text.primary, + textDecorationColor: 'inherit', + }} + onClick={generateEmail} + > + email + {' '} to proceed.