Skip to content

Commit

Permalink
Merge pull request #1233 from City-of-Helsinki/HDS-2167-fix-doc-site-…
Browse files Browse the repository at this point in the history
…button-variant-examples

(HDS-2167) fix Button label
  • Loading branch information
mrTuomoK authored Mar 5, 2024
2 parents 47fe125 + 0d47bdc commit 1c1dae2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ Changes that are not related to specific components
#### Fixed

- [Component] What bugs/typos are fixed?
- [Button] Fix wrong label on secondary Button variant example.
- [Notification] Fix Core showing and hiding Toast Notification example

### Figma
Expand Down
2 changes: 1 addition & 1 deletion site/src/docs/components/buttons/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Secondary buttons are used for actions which are not mandatory or essential for
multiple secondary buttons alongside one primary button.

<PlaygroundPreview>
<Button variant="secondary">Primary</Button>
<Button variant="secondary">Secondary</Button>
</PlaygroundPreview>

#### Supplementary
Expand Down

0 comments on commit 1c1dae2

Please sign in to comment.