Skip to content

Commit

Permalink
fix(palette): avatar special report alt
Browse files Browse the repository at this point in the history
  • Loading branch information
mxdvl committed Oct 23, 2023
1 parent 66c8c50 commit 439769c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotcom-rendering/src/palette.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const avatarLight = ({ design, theme }: ArticleFormat): string => {
case ArticleSpecial.SpecialReport:
return sourcePalette.specialReport[800];
case ArticleSpecial.SpecialReportAlt:
return sourcePalette.specialReportAlt[200];
return sourcePalette.specialReportAlt[300];
case ArticleSpecial.Labs:
return sourcePalette.labs[400];
case Pillar.Opinion:
Expand Down

0 comments on commit 439769c

Please sign in to comment.