Skip to content

Commit 75cf4c6

Browse files
committed
fix stories
1 parent 8056e1c commit 75cf4c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

polaris-react/src/components/Button/Button.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ export function Split() {
634634
const [active, setActive] = React.useState(false);
635635
return (
636636
<div style={{height: '100px'}}>
637-
<ButtonGroup segmented>
637+
<ButtonGroup variant="segmented">
638638
<Button variant="primary">Save</Button>
639639

640640
<div style={{width: '0px'}} />

polaris.shopify.com/pages/examples/button-split.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ function ButtonExample() {
77
const [active, setActive] = React.useState(false);
88
return (
99
<div style={{height: '100px'}}>
10-
<ButtonGroup segmented>
10+
<ButtonGroup variant="segmented">
1111
<Button variant="primary">Save</Button>
1212
<div style={{width: '0px'}} />
1313
<Popover

0 commit comments

Comments
 (0)