@primer/components 0.0.0-20211030134829 → 0.0.0-20211030144551

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -549,6 +549,7 @@
549
549
  rect {
550
550
  fill: ${({selected:e})=>xt(e?"colors.accent.fg":"colors.canvas.default")};
551
551
  stroke: ${({selected:e})=>xt(e?"colors.accent.fg":"colors.border.default")};
552
+ shape-rendering: auto; // this is a workaround to override global style in github/github, see primer/react#1666
552
553
  }
553
554
  path {
554
555
  fill: ${xt("colors.fg.onEmphasis")};