We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 337918e commit aa9489fCopy full SHA for aa9489f
1 file changed
src/core/pageSection/PageSection.stories.tsx
@@ -13,14 +13,14 @@ export default {
13
14
const Template: StoryFn<typeof PageSection> = () => (
15
<div>
16
- <PageSection className={styles.pageSectionGrey}>
17
- <h1>Default section color cyan</h1>
+ <PageSection>
+ <h1>Default section color white</h1>
18
</PageSection>
19
<PageSection korosTop korosBottom>
20
<h1>Section koros top and bottom</h1>
21
22
<PageSection className={styles.pageSectionGrey}>
23
+ <h1>Default section color overridden to grey</h1>
24
25
</div>
26
);
0 commit comments