Skip to content

Commit

Permalink
fix: use same color for title and description
Browse files Browse the repository at this point in the history
  • Loading branch information
TopETH committed Apr 15, 2024
1 parent 3128d19 commit 264c1a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/webapp/components/routes/home/auction-card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export function AuctionCard(props: Project) {
<h3 className="text-xl font-bold text-neutral-600 dark:text-white">
{title}
</h3>
<p className="max-w-sm mt-2 text-sm text-neutral-500 dark:text-neutral-300">
<p className="max-w-sm mt-2 text-sm text-neutral-600 dark:text-neutral-600">
{pitch}
</p>
</div>
Expand Down

0 comments on commit 264c1a4

Please sign in to comment.