Skip to content

Commit 3456c50

Browse files
Update paletteDeclarations.ts
1 parent 3572cc5 commit 3456c50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotcom-rendering/src/paletteDeclarations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7018,7 +7018,7 @@ const paletteColours = {
70187018
},
70197019
'--feature-card-trail-text': {
70207020
light: () => sourcePalette.neutral[86],
7021-
dark: () => sourcePalette.neutral[20],
7021+
dark: () => sourcePalette.neutral[86],
70227022
},
70237023
'--filter-key-events-toggle-border-top': {
70247024
light: () => sourcePalette.neutral[86],

0 commit comments

Comments
 (0)