Skip to content

Commit

Permalink
Yellow on a white background was hard to read, so it has been changed…
Browse files Browse the repository at this point in the history
… to the secondary color (red). (#1002)
  • Loading branch information
ssandino authored Jan 5, 2025
1 parent cbd15aa commit b575cd0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export default async function Page({ params }: CampaignPageProps) {
<div>
{!campaign.goal && (
<div className="mb-4 flex flex-col">
<Typography size="2xl" weight="medium" color="accent">
<Typography size="2xl" weight="medium" color="secondary">
{translator?.t('campaign.without-goal.collected', {
context: {
count: contributions,
Expand Down

0 comments on commit b575cd0

Please sign in to comment.