Skip to content

Commit 2a5baff

Browse files
committed
Fix share button hover colour for Labs Galleries
1 parent efd0b62 commit 2a5baff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dotcom-rendering/src/paletteDeclarations.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3645,7 +3645,6 @@ const shareButtonLiveBlogMobileMetaLight: PaletteFunction = ({
36453645

36463646
const shareButtonHoverLight: PaletteFunction = ({ design, theme }) => {
36473647
switch (design) {
3648-
case ArticleDesign.Gallery:
36493648
case ArticleDesign.Audio:
36503649
case ArticleDesign.Video:
36513650
case ArticleDesign.Picture:
@@ -3655,6 +3654,8 @@ const shareButtonHoverLight: PaletteFunction = ({ design, theme }) => {
36553654
default:
36563655
return sourcePalette.neutral[7];
36573656
}
3657+
case ArticleDesign.Gallery:
3658+
return sourcePalette.neutral[7];
36583659
default:
36593660
return sourcePalette.neutral[100];
36603661
}

0 commit comments

Comments
 (0)