Skip to content

Commit 1c48a8c

Browse files
committed
Update bleed-horizontal.tsx
1 parent ac541e9 commit 1c48a8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

polaris.shopify.com/pages/examples/bleed-horizontal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import {withPolarisExample} from '../../src/components/PolarisExampleWrapper';
66
function BleedHorizontalExample() {
77
return (
88
<Box background="surface" border="base" padding="4">
9-
<Bleed vertical="4">
9+
<Bleed horizontal="4">
1010
<Placeholder label="Horizontal" />
1111
</Bleed>
1212
</Box>

0 commit comments

Comments
 (0)