Skip to content

Commit

Permalink
update audio text colour
Browse files Browse the repository at this point in the history
  • Loading branch information
abeddow91 committed Jan 21, 2025
1 parent e257e42 commit 480747e
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 @@ -5510,7 +5510,7 @@ const highlightsCardKickerText: PaletteFunction = (format) => {
};
const highlightsCardAudioIcon: PaletteFunction = () => sourcePalette.brand[100];
const highlightsCardAudioText: PaletteFunction = () =>
sourcePalette.neutral[10];
sourcePalette.neutral[20];

const pinnedPostBorderLight: PaletteFunction = ({ theme }) => {
switch (theme) {
Expand Down

0 comments on commit 480747e

Please sign in to comment.