Skip to content

Commit eeeebd0

Browse files
committed
fix(pagesection): trivial colouring fixes to stories
HCRC-178
1 parent 9b49aed commit eeeebd0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/core/pageSection/PageSection.stories.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ export default {
1313

1414
const Template: StoryFn<typeof PageSection> = () => (
1515
<div>
16-
<PageSection className={styles.pageSectionGrey}>
17-
<h1>Default section color cyan</h1>
16+
<PageSection>
17+
<h1>Default section color white</h1>
1818
</PageSection>
1919
<PageSection korosTop korosBottom>
2020
<h1>Section koros top and bottom</h1>
2121
</PageSection>
2222
<PageSection className={styles.pageSectionGrey}>
23-
<h1>Default section color cyan</h1>
23+
<h1>Default section color overridden to grey</h1>
2424
</PageSection>
2525
</div>
2626
);

0 commit comments

Comments
 (0)