Skip to content

Commit 4ce08d5

Browse files
correct background colour
1 parent f4c7e5c commit 4ce08d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dotcom-rendering/src/layouts/LiveLayout.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ const bodyWrapper = css`
219219
margin-bottom: ${space[3]}px;
220220
padding: ${space[3]}px;
221221
overflow: hidden;
222+
background-color: ${themePalette('--accordion-background')};
222223
223224
${from.mobileLandscape} {
224225
padding: ${space[3]}px ${space[5]}px;
@@ -228,6 +229,7 @@ const bodyWrapper = css`
228229
margin-bottom: 0;
229230
padding: 0;
230231
overflow: visible;
232+
background-color: transparent;
231233
}
232234
`;
233235

0 commit comments

Comments
 (0)