From 1ad67899d46177079c997348d1178d1aebf26348 Mon Sep 17 00:00:00 2001 From: Kyle Durand Date: Thu, 17 Nov 2022 09:57:53 -0500 Subject: [PATCH 1/2] fix bleed examples --- .../pages/examples/bleed-all-directions.tsx | 4 ++-- .../pages/examples/bleed-specific-direction.tsx | 16 ++++++++-------- .../pages/examples/bleed-vertical.tsx | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/polaris.shopify.com/pages/examples/bleed-all-directions.tsx b/polaris.shopify.com/pages/examples/bleed-all-directions.tsx index cba2988a7ea..d021f20fb23 100644 --- a/polaris.shopify.com/pages/examples/bleed-all-directions.tsx +++ b/polaris.shopify.com/pages/examples/bleed-all-directions.tsx @@ -5,8 +5,8 @@ import {withPolarisExample} from '../../src/components/PolarisExampleWrapper'; function BleedAllDirectionsExample() { return ( - - + + diff --git a/polaris.shopify.com/pages/examples/bleed-specific-direction.tsx b/polaris.shopify.com/pages/examples/bleed-specific-direction.tsx index 82805f60fb6..946853b53a7 100644 --- a/polaris.shopify.com/pages/examples/bleed-specific-direction.tsx +++ b/polaris.shopify.com/pages/examples/bleed-specific-direction.tsx @@ -6,23 +6,23 @@ import {withPolarisExample} from '../../src/components/PolarisExampleWrapper'; function BleedSpecificDirectionExample() { return ( - - + + - - + + - - + + - - + + diff --git a/polaris.shopify.com/pages/examples/bleed-vertical.tsx b/polaris.shopify.com/pages/examples/bleed-vertical.tsx index ee3829fc323..4d60843a8cb 100644 --- a/polaris.shopify.com/pages/examples/bleed-vertical.tsx +++ b/polaris.shopify.com/pages/examples/bleed-vertical.tsx @@ -6,7 +6,7 @@ import {withPolarisExample} from '../../src/components/PolarisExampleWrapper'; function BleedVerticalExample() { return ( - + From fe82966b602edc228794009a3914fa1eef5c2c8c Mon Sep 17 00:00:00 2001 From: Kyle Durand Date: Thu, 17 Nov 2022 10:08:17 -0500 Subject: [PATCH 2/2] add changeset --- .changeset/lucky-pianos-search.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/lucky-pianos-search.md diff --git a/.changeset/lucky-pianos-search.md b/.changeset/lucky-pianos-search.md new file mode 100644 index 00000000000..4fc84418156 --- /dev/null +++ b/.changeset/lucky-pianos-search.md @@ -0,0 +1,5 @@ +--- +'polaris.shopify.com': patch +--- + +Fixed bleed examples