Skip to content
This repository was archived by the owner on Sep 30, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/great-buttons-try.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What a perfect file name for this pr

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😂

'@shopify/polaris': patch
---

Fixed loading button spinner color
2 changes: 1 addition & 1 deletion polaris-react/src/components/Button/Button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down