Skip to content

Commit a367dd8

Browse files
committed
remove test code
1 parent d193982 commit a367dd8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/eds-core-react/src/components/Typography/Heading/Heading.stories.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export const Introduction: StoryFn<HeadingProps> = (args) => {
8080

8181
export const Sizes: StoryFn<HeadingProps> = () => {
8282
return (
83-
<div style={{ '--override-text-color': 'red', gap: 'inherit' }}>
83+
<>
8484
<Heading size="xs" as="h4">
8585
xs: {TEXT}
8686
</Heading>
@@ -108,9 +108,9 @@ export const Sizes: StoryFn<HeadingProps> = () => {
108108
<Heading size="5xl" as="h4">
109109
5xl: {TEXT}
110110
</Heading>
111-
<Heading size="6xl" as="h4" color="quaternary">
111+
<Heading size="6xl" as="h4">
112112
6xl: {TEXT}
113113
</Heading>
114-
</div>
114+
</>
115115
)
116116
}

0 commit comments

Comments
 (0)