Skip to content

Commit 18f1e74

Browse files
committed
Add the correct background colour for inline ads in dark mode
1 parent 285b9e1 commit 18f1e74

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
@@ -1920,6 +1920,8 @@ const articleInnerAdBackgroundDark: PaletteFunction = ({ design }) => {
19201920
switch (design) {
19211921
case ArticleDesign.LiveBlog:
19221922
return sourcePalette.neutral[7];
1923+
case ArticleDesign.Gallery:
1924+
return sourcePalette.neutral[10];
19231925
default:
19241926
return sourcePalette.neutral[20];
19251927
}

0 commit comments

Comments
 (0)