We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a00387 commit b1c43f1Copy full SHA for b1c43f1
.changeset/orange-ties-sin.md
@@ -0,0 +1,5 @@
1
+---
2
+"@primer/css": patch
3
4
+
5
+Use `counter-border` for LHC
src/labels/counters.scss
@@ -11,7 +11,7 @@
11
color: var(--color-fg-default);
12
text-align: center;
13
background-color: var(--color-neutral-muted);
14
- border: $border-width $border-style transparent; // Support Firefox custom colors
+ border: $border-width $border-style var(--color-counter-border);
15
// stylelint-disable-next-line primer/borders
16
border-radius: 2em;
17
0 commit comments