Skip to content

Commit

Permalink
Merge pull request #1646 from Vizzuality/MRXN23-582-styles-issue-in-p…
Browse files Browse the repository at this point in the history
…ublic-project

[MRXN23-582] updates text color of project description
  • Loading branch information
andresgnlez authored Feb 8, 2024
2 parents 9b39aa2 + bbd7e38 commit 3eb1377
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const CommunityProjectsDetail: React.FC<CommunityProjectsDetailProps> = (
<div className="w-7/12 pr-12">
<h2 className="mb-12 mt-5 text-left font-heading text-4xl font-medium">{name}</h2>

<p className="mb-10 text-sm leading-normal text-gray-100">{description}</p>
<p className="mb-10 text-sm leading-normal text-gray-900">{description}</p>

<div className="mb-10 flex flex-row items-center">
<DuplicateButton exportId={exportId} name={name} theme="dark" />
Expand Down

0 comments on commit 3eb1377

Please sign in to comment.