Skip to content

Commit e266ca7

Browse files
authored
Merge pull request #14259 from guardian/doml/section-colour-tweaks
Tweak the default section heading colour
2 parents 388eec1 + 0620c29 commit e266ca7

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

dotcom-rendering/src/components/ScrollableFeature.importable.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ export const ScrollableFeature = ({
3939
>
4040
{trails.map((card) => {
4141
const isLoopingVideo = card.mainMedia?.type === 'LoopVideo';
42+
4243
return (
4344
<ScrollableCarousel.Item key={card.url}>
4445
<FeatureCard

dotcom-rendering/src/components/StaticFeatureTwo.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ export const StaticFeatureTwo = ({
3737
<UL direction="row">
3838
{cards.map((card) => {
3939
const isLoopingVideo = card.mainMedia?.type === 'LoopVideo';
40+
4041
return (
4142
<LI
4243
stretch={false}

dotcom-rendering/src/paletteDeclarations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3063,7 +3063,7 @@ const articleSectionBackgroundDark: PaletteFunction = () =>
30633063
sourcePalette.neutral[10];
30643064

30653065
const articleSectionTitleLight: PaletteFunction = () =>
3066-
sourcePalette.neutral[0];
3066+
sourcePalette.neutral[7];
30673067
const articleSectionTitleDark: PaletteFunction = () =>
30683068
sourcePalette.neutral[86];
30693069

0 commit comments

Comments
 (0)