From fb40de61a5bf5b7ae53a1471f9d91584b01abe20 Mon Sep 17 00:00:00 2001 From: kyledurand Date: Thu, 12 Oct 2023 14:15:00 -0400 Subject: [PATCH 1/2] fix: loading button spinner color --- polaris-react/src/components/Button/Button.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polaris-react/src/components/Button/Button.scss b/polaris-react/src/components/Button/Button.scss index 825d8ab4061..060bf8f86f0 100644 --- a/polaris-react/src/components/Button/Button.scss +++ b/polaris-react/src/components/Button/Button.scss @@ -600,7 +600,7 @@ } .loading.disabled svg { - fill: var(--p-color-bg-fill-brand); + fill: var(--p-color-bg-fill-brand-disabled); } .primary.disabled svg { From e48a8bdd73952f686b021cca0d0e91cbb88f1fc1 Mon Sep 17 00:00:00 2001 From: kyledurand Date: Thu, 12 Oct 2023 14:16:50 -0400 Subject: [PATCH 2/2] changeset --- .changeset/great-buttons-try.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/great-buttons-try.md diff --git a/.changeset/great-buttons-try.md b/.changeset/great-buttons-try.md new file mode 100644 index 00000000000..e8465ac3156 --- /dev/null +++ b/.changeset/great-buttons-try.md @@ -0,0 +1,5 @@ +--- +'@shopify/polaris': patch +--- + +Fixed loading button spinner color