2 parents 576c149 + 81a7d11 commit 615b35dCopy full SHA for 615b35d
1 file changed
dotcom-rendering/src/layouts/CommentLayout.tsx
@@ -714,7 +714,9 @@ export const CommentLayout = (props: WebProps | AppsProps) => {
714
{article.storyPackage && (
715
<Section
716
fullWidth={true}
717
- backgroundColour={themePalette('--article-background')}
+ backgroundColour={themePalette(
718
+ '--article-section-background',
719
+ )}
720
borderColour={themePalette('--article-border')}
721
>
722
<Island priority="feature" defer={{ until: 'visible' }}>
0 commit comments