Skip to content

Commit

Permalink
updates text color of project description
Browse files Browse the repository at this point in the history
  • Loading branch information
andresgnlez committed Feb 8, 2024
1 parent 9b39aa2 commit bbd7e38
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 bbd7e38

Please sign in to comment.