Skip to content

Commit

Permalink
styling(partnerConfig): change color of email wording in claim profile
Browse files Browse the repository at this point in the history
  • Loading branch information
aeddaqqa committed Sep 30, 2024
1 parent 0fdbf75 commit d7fd7f4
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/layout/PartnersLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,17 @@ const ClaimProfile = () => {
first.
</Typography>
<Typography variant="body2" textAlign={'center'}>
Contact the Camino Network Foundation via <Link onClick={generateEmail}>email</Link>{' '}
Contact the Camino Network Foundation via{' '}
<Link
component="a"
sx={{
color: theme => theme.palette.text.primary,
textDecorationColor: 'inherit',
}}
onClick={generateEmail}
>
email
</Link>{' '}
to proceed.
</Typography>
<Button
Expand Down

0 comments on commit d7fd7f4

Please sign in to comment.