We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdddc02 commit 376e63fCopy full SHA for 376e63f
dotcom-rendering/src/paletteDeclarations.ts
@@ -979,7 +979,7 @@ export const tabs = {
979
const datelineLight: PaletteFunction = ({ design, theme }) => {
980
switch (design) {
981
case ArticleDesign.Gallery:
982
- return sourcePalette.neutral[86];
+ return sourcePalette.neutral[60];
983
case ArticleDesign.Comment:
984
case ArticleDesign.Editorial:
985
case ArticleDesign.Letter:
0 commit comments