Skip to content

Commit

Permalink
docs(Button): fix mdx paragraphs
Browse files Browse the repository at this point in the history
  • Loading branch information
petermakowski committed Nov 15, 2023
1 parent 4794dad commit b27ae35
Showing 1 changed file with 6 additions and 15 deletions.
21 changes: 6 additions & 15 deletions src/components/Button/Button.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,7 @@ Buttons are clickable elements used to perform an action, they can be used for b

<Canvas>
<Story name="Positive disabled">
<Button appearance="positive" disabled>
Positive button disabled
</Button>
<Button appearance="positive" disabled>Positive button disabled</Button>
</Story>
</Canvas>

Expand All @@ -119,9 +117,7 @@ Buttons are clickable elements used to perform an action, they can be used for b

<Canvas>
<Story name="Negative disabled">
<Button appearance="negative" disabled>
Negative button disabled
</Button>
<Button appearance="negative" disabled>Negative button disabled</Button>
</Story>
</Canvas>

Expand All @@ -135,9 +131,7 @@ Buttons are clickable elements used to perform an action, they can be used for b

<Canvas>
<Story name="Brand disabled">
<Button appearance="brand" disabled>
Brand button disabled
</Button>
<Button appearance="brand" disabled>Brand button disabled</Button>
</Story>
</Canvas>

Expand All @@ -147,9 +141,7 @@ Buttons are clickable elements used to perform an action, they can be used for b
<Story name="Inline">
<>
<span>Everything you need to get started with Vanilla. </span>
<Button appearance="neutral" inline>
Inline button
</Button>
<Button appearance="neutral" inline>Inline button</Button>
</>
</Story>
</Canvas>
Expand All @@ -171,9 +163,7 @@ Buttons are clickable elements used to perform an action, they can be used for b
<Story name="Small">
<>
<Button small>Small button</Button>
<Button small dense>
Small dense button
</Button>
<Button small dense>Small dense button</Button>
</>
</Story>
</Canvas>
Expand All @@ -195,3 +185,4 @@ Buttons are clickable elements used to perform an action, they can be used for b
</Button>
</Story>
</Canvas>

0 comments on commit b27ae35

Please sign in to comment.