Skip to content

Commit

Permalink
remove test code
Browse files Browse the repository at this point in the history
  • Loading branch information
oddvernes committed Oct 23, 2024
1 parent 9a286e7 commit 7446f67
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export const Introduction: StoryFn<HeadingProps> = (args) => {

export const Sizes: StoryFn<HeadingProps> = () => {
return (
<div style={{ '--override-text-color': 'red', gap: 'inherit' }}>
<>
<Heading size="xs" as="h4">
xs: {TEXT}
</Heading>
Expand Down Expand Up @@ -108,9 +108,9 @@ export const Sizes: StoryFn<HeadingProps> = () => {
<Heading size="5xl" as="h4">
5xl: {TEXT}
</Heading>
<Heading size="6xl" as="h4" color="quaternary">
<Heading size="6xl" as="h4">
6xl: {TEXT}
</Heading>
</div>
</>
)
}

0 comments on commit 7446f67

Please sign in to comment.