Skip to content

Commit

Permalink
[Button] Fix specificity issues for .primaryPlain .disabled svg
Browse files Browse the repository at this point in the history
  • Loading branch information
laurkim committed Aug 14, 2023
1 parent d38cf0d commit f5cba34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions polaris-react/src/components/Button/Button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -338,8 +338,8 @@
}

svg {
// stylelint-disable-next-line polaris/conventions/polaris/custom-property-allowed-list -- custom property
fill: var(--pc-button-text);
// stylelint-disable-next-line polaris/conventions/polaris/custom-property-allowed-list -- override Spinner fill color
fill: var(--pc-button-text) !important;
}
}

Expand Down

0 comments on commit f5cba34

Please sign in to comment.