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 ac541e9 commit 1c48a8cCopy full SHA for 1c48a8c
polaris.shopify.com/pages/examples/bleed-horizontal.tsx
@@ -6,7 +6,7 @@ import {withPolarisExample} from '../../src/components/PolarisExampleWrapper';
6
function BleedHorizontalExample() {
7
return (
8
<Box background="surface" border="base" padding="4">
9
- <Bleed vertical="4">
+ <Bleed horizontal="4">
10
<Placeholder label="Horizontal" />
11
</Bleed>
12
</Box>
0 commit comments