Skip to content

Commit

Permalink
remove test colours
Browse files Browse the repository at this point in the history
  • Loading branch information
abeddow91 committed May 8, 2024
1 parent 56b8330 commit 5c2f946
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions dotcom-rendering/src/layouts/StandardLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -980,10 +980,9 @@ export const StandardLayout = (props: WebProps | AppProps) => {
(showOnwardsAllRows || showOnwardsTopRow) && (
<Section
fullWidth={true}
// backgroundColour={themePalette(
// '--article-section-background',
// )}
backgroundColour={'hotpink'}
backgroundColour={themePalette(
'--article-section-background',
)}
borderColour={themePalette('--article-border')}
fontColour={themePalette('--article-section-title')}
>
Expand Down

0 comments on commit 5c2f946

Please sign in to comment.