Skip to content

Commit 615b35d

Browse files
authored
Merge pull request #14528 from guardian/fix-onwards-bg-colour
Fix story package background colour in `CommentLayout`
2 parents 576c149 + 81a7d11 commit 615b35d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

dotcom-rendering/src/layouts/CommentLayout.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,9 @@ export const CommentLayout = (props: WebProps | AppsProps) => {
714714
{article.storyPackage && (
715715
<Section
716716
fullWidth={true}
717-
backgroundColour={themePalette('--article-background')}
717+
backgroundColour={themePalette(
718+
'--article-section-background',
719+
)}
718720
borderColour={themePalette('--article-border')}
719721
>
720722
<Island priority="feature" defer={{ until: 'visible' }}>

0 commit comments

Comments
 (0)