Skip to content

Commit da2486f

Browse files
committed
change color
1 parent f77d8f0 commit da2486f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotcom-rendering/src/layouts/GalleryLayout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const border = css({
4444

4545
const headerStyles = css`
4646
${grid.container}
47-
background-color: ${palette('--article-inner-background')};
47+
background-color: ${palette('--article-background')};
4848
4949
${from.tablet} {
5050
border-bottom: 1px solid ${palette('--article-border')};

0 commit comments

Comments
 (0)