@@ -59,8 +59,8 @@ user interacts with it.
5959
6060Icon buttons allow users to take actions, and make choices, with a single tap.
6161Icon buttons can take the form of any of the seven types (Primary, Secondary,
62- Tertiary, Danger, Danger tertiary, Danger ghost and Ghost) but most commonly will be styled as primary or ghost
63- buttons.
62+ Tertiary, Danger, Danger tertiary, Danger ghost and Ghost) but most commonly
63+ will be styled as primary or ghost buttons.
6464
6565<Preview >
6666 <Story id = " button--icon-button" />
@@ -162,24 +162,25 @@ button is interacted with.
162162### Button `kind`
163163
164164Carbon has seven types of buttons, `primary`, `secondary`, `tertiary`, `ghost`,
165- `danger`, `danger-tertiary`, and `danger-ghost`. If no `kind` is specified, a `primary` button will be rendered.
166- For more information on when to use each variant, check out the
165+ `danger`, `danger--tertiary`, and `danger--ghost`. If no `kind` is specified, a
166+ `primary` button will be rendered. For more information on when to use each
167+ variant, check out the
167168[design documentation](https://www.carbondesignsystem.com/components/button/usage#overview)
168169
169170<Button>Primary</Button> <Button kind="secondary">Secondary</Button> <Button kind="tertiary">
170171 Tertiary{' ' }
171- </Button> <Button kind="danger">Danger</Button> <Button kind="danger-tertiary">Danger Tertiary</Button>
172- <Button kind="danger-ghost">Danger Ghost</Button> <Button kind="ghost">
173- Ghost
172+ </Button> <Button kind="danger">Danger</Button> <Button kind="danger--tertiary">
173+ Danger Tertiary
174174</Button>
175+ <Button kind="danger--ghost">Danger Ghost</Button> <Button kind="ghost">Ghost</Button>
175176
176177```jsx
177178<Button>Primary</Button>
178179<Button kind="secondary">Secondary</Button>
179180<Button kind="tertiary">Tertiary</Button>
180181<Button kind="danger">Danger</Button>
181- <Button kind="danger-tertiary">Danger Tertiary</Button>
182- <Button kind="danger-ghost">Danger Ghost</Button>
182+ <Button kind="danger-- tertiary">Danger Tertiary</Button>
183+ <Button kind="danger-- ghost">Danger Ghost</Button>
183184<Button kind="ghost">Ghost</Button>
184185```
185186
0 commit comments