Skip to content

Commit

Permalink
use front container background instead of section background colour
Browse files Browse the repository at this point in the history
  • Loading branch information
cemms1 committed Jan 17, 2025
1 parent 88cdae4 commit 91fddf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dotcom-rendering/src/layouts/FrontLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ export const FrontLayout = ({ front, NAV }: Props) => {
}
hasPageSkin={hasPageSkin}
backgroundColour={schemePalette(
'--section-background',
'--front-container-background',
)}
>
<Snap
Expand Down Expand Up @@ -608,7 +608,7 @@ export const FrontLayout = ({ front, NAV }: Props) => {
}
editionId={front.editionId}
backgroundColour={schemePalette(
'--section-background',
'--front-container-background',
)}
innerBackgroundColour={
containerPalette === 'MediaPalette'
Expand Down

0 comments on commit 91fddf0

Please sign in to comment.