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 b3f2d51 commit 69d391fCopy full SHA for 69d391f
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