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 d13c4fa commit 90f583cCopy full SHA for 90f583c
packages/eds-core-react/src/components/Typography/Heading/Heading.stories.tsx
@@ -80,7 +80,7 @@ export const Introduction: StoryFn<HeadingProps> = (args) => {
80
81
export const Sizes: StoryFn<HeadingProps> = () => {
82
return (
83
- <div style={{ '--override-text-color': 'red', gap: 'inherit' }}>
+ <>
84
<Heading size="xs" as="h4">
85
xs: {TEXT}
86
</Heading>
@@ -108,9 +108,9 @@ export const Sizes: StoryFn<HeadingProps> = () => {
108
<Heading size="5xl" as="h4">
109
5xl: {TEXT}
110
111
- <Heading size="6xl" as="h4" color="quaternary">
+ <Heading size="6xl" as="h4">
112
6xl: {TEXT}
113
114
- </div>
+ </>
115
)
116
}
0 commit comments