Skip to content

Commit

Permalink
Update cardHasDarkBackground for media cards
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmockett committed Dec 16, 2024
1 parent 8ddf117 commit b43453e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotcom-rendering/src/lib/cardHelpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const cardHasDarkBackground = (
case 'PodcastPalette':
// If no containerPalette provided, card is in a standard container
case undefined: {
return isMediaCard(format);
return false;
}
}
};

0 comments on commit b43453e

Please sign in to comment.