We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02c7185 commit 67793bbCopy full SHA for 67793bb
src/Panel/Panel.stories.js
@@ -34,7 +34,7 @@ export const Default = () => (
34
Notice the subtle difference in borders. The lightest border is not on the
35
edge of this panel.
36
</p>
37
- <Panel variant='default' style={{ margin: '1rem', padding: '1rem' }}>
+ <Panel variant='inside' style={{ margin: '1rem', padding: '1rem' }}>
38
This panel on the other hand has the lightest border on the edge. Use this
39
panel inside 'outside' panels.
40
<br />
0 commit comments