From 816cf291187c1b9dd4c41d647f89627d98fe55d4 Mon Sep 17 00:00:00 2001 From: Charles Lee Date: Tue, 27 Jun 2023 11:45:37 +1000 Subject: [PATCH 1/3] update DisclosureActivator class to use the right border-radius value --- polaris-react/src/components/Tabs/Tabs.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/polaris-react/src/components/Tabs/Tabs.scss b/polaris-react/src/components/Tabs/Tabs.scss index d0141df504b..740e3322f13 100644 --- a/polaris-react/src/components/Tabs/Tabs.scss +++ b/polaris-react/src/components/Tabs/Tabs.scss @@ -361,6 +361,7 @@ #{$se23} & { background-color: transparent; color: var(--p-color-text-primary); + border-radius: var(--p-border-radius-2); // stylelint-disable-next-line selector-max-combinators -- Polaris component experimental styles svg { From 3e9d099de674fbfd0ccfc42716b6efb80b95a4d7 Mon Sep 17 00:00:00 2001 From: Charles Lee Date: Tue, 27 Jun 2023 11:59:46 +1000 Subject: [PATCH 2/3] changeset --- .changeset/three-oranges-eat.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/three-oranges-eat.md diff --git a/.changeset/three-oranges-eat.md b/.changeset/three-oranges-eat.md new file mode 100644 index 00000000000..56f089023b5 --- /dev/null +++ b/.changeset/three-oranges-eat.md @@ -0,0 +1,5 @@ +--- +'@shopify/polaris': patch +--- + +[Tabs] fix inconsistent DisclosureActivator border-radius From 766e3a9ce9fd8ac751fb6152ef8ae615246d39eb Mon Sep 17 00:00:00 2001 From: Charles Lee Date: Wed, 28 Jun 2023 09:45:05 +1000 Subject: [PATCH 3/3] remove changeset --- .changeset/three-oranges-eat.md | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 .changeset/three-oranges-eat.md diff --git a/.changeset/three-oranges-eat.md b/.changeset/three-oranges-eat.md deleted file mode 100644 index 56f089023b5..00000000000 --- a/.changeset/three-oranges-eat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -[Tabs] fix inconsistent DisclosureActivator border-radius