Skip to content

Commit 40eadfe

Browse files
authored
Fix scores red background (#14996)
1 parent a65817b commit 40eadfe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dotcom-rendering/src/layouts/LiveLayout.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,9 @@ export const LiveLayout = (props: WebProps | AppsProps) => {
360360
{footballMatchUrl ? (
361361
<Section
362362
showTopBorder={false}
363-
backgroundColour={'red'}
363+
backgroundColour={themePalette(
364+
'--match-nav-background',
365+
)}
364366
borderColour={themePalette('--headline-border')}
365367
leftContent={
366368
<ArticleTitle

0 commit comments

Comments
 (0)