Skip to content

Commit 897b608

Browse files
committed
update galery byline color in dark mode
1 parent 095e662 commit 897b608

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dotcom-rendering/src/paletteDeclarations.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -619,6 +619,8 @@ const bylineAnchorLight: PaletteFunction = ({ design, theme, display }) => {
619619

620620
const bylineAnchorDark: PaletteFunction = ({ design, theme, display }) => {
621621
switch (design) {
622+
case ArticleDesign.Gallery:
623+
return sourcePalette.neutral[86];
622624
case ArticleDesign.Analysis:
623625
switch (theme) {
624626
case Pillar.News:

0 commit comments

Comments
 (0)