Skip to content

Commit

Permalink
Further update results text colour
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieB-gu committed Jan 16, 2025
1 parent b5d42ba commit 1e57b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotcom-rendering/src/paletteDeclarations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6880,7 +6880,7 @@ const paletteColours = {
dark: () => sourcePalette.neutral[86],
},
'--quiz-atom-results-text': {
light: () => sourcePalette.neutral[20],
light: () => sourcePalette.neutral[7],
dark: () => sourcePalette.neutral[86],
},
'--quote-icon-fill': {
Expand Down

0 comments on commit 1e57b23

Please sign in to comment.