Skip to content

Commit 9c27a1d

Browse files
authored
Hotfix: button variant story (#630)
* Fix button variant story * Bump patch
1 parent bd1d293 commit 9c27a1d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@launchpadlab/lp-components",
3-
"version": "9.3.0",
3+
"version": "9.3.1",
44
"engines": {
55
"node": "^18.12 || ^20.0"
66
},

stories/forms/buttons/button.story.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ storiesOf('Button', module)
1515
Click Me
1616
</Button>
1717
))
18-
.add('style: small', () => (
18+
.add('variant: small', () => (
1919
<Button
2020
{...{
2121
onClick,
22-
style: 'small',
22+
variant: 'small',
2323
}}
2424
>
2525
Click Me

0 commit comments

Comments
 (0)