Skip to content

Commit 67793bb

Browse files
committed
docs(panel): fix wrong prop passed to panel
1 parent 02c7185 commit 67793bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Panel/Panel.stories.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export const Default = () => (
3434
Notice the subtle difference in borders. The lightest border is not on the
3535
edge of this panel.
3636
</p>
37-
<Panel variant='default' style={{ margin: '1rem', padding: '1rem' }}>
37+
<Panel variant='inside' style={{ margin: '1rem', padding: '1rem' }}>
3838
This panel on the other hand has the lightest border on the edge. Use this
3939
panel inside &apos;outside&apos; panels.
4040
<br />

0 commit comments

Comments
 (0)