@primer/components 0.0.0-20211030144551 → 0.0.0-20211030151352

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,7 +549,6 @@
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
553
552
  }
554
553
  path {
555
554
  fill: ${xt("colors.fg.onEmphasis")};