Skip to content

Commit 1681b7b

Browse files
committed
Remove background colour palette for subtitles as the background colour cannot currently be modified whilst we only support the browser subtitle implementation.
1 parent 94205ba commit 1681b7b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

dotcom-rendering/src/paletteDeclarations.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7310,10 +7310,6 @@ const paletteColours = {
73107310
light: () => sourcePalette.neutral[86],
73117311
dark: () => sourcePalette.neutral[86],
73127312
},
7313-
'--loop-video-subtitle-background': {
7314-
light: () => transparentColour(sourcePalette.neutral[7], 0.7),
7315-
dark: () => transparentColour(sourcePalette.neutral[7], 0.7),
7316-
},
73177313
'--loop-video-subtitle-text': {
73187314
light: () => sourcePalette.neutral[100],
73197315
dark: () => sourcePalette.neutral[100],

0 commit comments

Comments
 (0)