Skip to content

Commit

Permalink
Merge pull request #62 from primer/counter-secondary
Browse files Browse the repository at this point in the history
Add `counter-secondary-bg`
  • Loading branch information
simurai authored Mar 29, 2021
2 parents b2e3b6d + 30ae3b3 commit d195533
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/moody-lobsters-roll.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/primitives": minor
---

Add `counter-secondary-bg`
1 change: 1 addition & 0 deletions data/colors/mixins/dark_mode.scss
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ $export: (

secondary: (
text: $gray-3,
bg: rgba($gray-3, 0.2),
),
),

Expand Down
1 change: 1 addition & 0 deletions data/colors/mixins/light_mode.scss
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ $export: (

secondary: (
text: $gray-5,
bg: rgba($gray-3, 0.5),
),
),

Expand Down

0 comments on commit d195533

Please sign in to comment.