Skip to content

Commit

Permalink
Update color fallback for UnderlineNav counter (#2153)
Browse files Browse the repository at this point in the history
  • Loading branch information
langermank authored Jul 24, 2023
1 parent f63d0eb commit b987159
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/quick-moles-smile.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/view-components": patch
---

Update color fallback for `UnderlineNav` counter
2 changes: 1 addition & 1 deletion app/components/primer/alpha/underline_nav.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
& .Counter {
margin-left: var(--control-medium-gap);
color: var(--fgColor-default);
background-color: var(--bgColor-neutral-muted);
background-color: var(--bgColor-neutral-muted, var(--color-neutral-muted));
}

& .Counter--primary {
Expand Down

0 comments on commit b987159

Please sign in to comment.