Skip to content

Commit

Permalink
Merge pull request #117 from primer/auareyou-updates
Browse files Browse the repository at this point in the history
More updates
  • Loading branch information
colebemis authored Jun 2, 2021
2 parents 4b58587 + 98d30d9 commit 25fa981
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/silver-trains-bake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/primitives": patch
---

Updated counters
6 changes: 3 additions & 3 deletions data/colors_v2/vars/deprecated.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export default {
},
counter: {
text: get('fg.default'),
bg: get('neutral.subtle'),
bg: get('neutral.muted'),
primary: {
text: get('fg.onEmphasis'),
bg: get('neutral.emphasis')
Expand Down Expand Up @@ -258,7 +258,7 @@ export default {
contrastBg: get('canvas.inset'),
border: get('border.default'),
shadow: get('primer.shadow.inset'),
disabledBg: get('neutral.subtle'),
disabledBg: get('neutral.muted'),
disabledBorder: get('border.default'),
warningBorder: get('attention.emphasis'),
errorBorder: get('danger.emphasis'),
Expand Down Expand Up @@ -394,7 +394,7 @@ export default {
iconHover: get('fg.inactive'),
iconActive: get('fg.default'),
counterText: get('fg.default'),
counterBg: get('neutral.subtle')
counterBg: get('neutral.muted')
},
selectMenu: {
borderSecondary: get('border.muted'),
Expand Down
2 changes: 1 addition & 1 deletion data/colors_v2/vars/global_light.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default {
canvas: {
default: get('scale.white'),
overlay: get('scale.white'),
inset: get('scale.gray.1')
inset: get('scale.gray.0')
},
border: {
default: get('scale.gray.2'),
Expand Down

0 comments on commit 25fa981

Please sign in to comment.