Skip to content

Commit

Permalink
Corrects light theme inactive button bg color (#776)
Browse files Browse the repository at this point in the history
* corrects light theme inactive button bg color

* Create lovely-mangos-sniff.md

* github-actions[bot] Regenerated snapshots

---------

Co-authored-by: mperrotti <mperrotti@users.noreply.github.com>
  • Loading branch information
mperrotti and mperrotti authored Nov 16, 2023
1 parent b722b44 commit cc36ab9
Show file tree
Hide file tree
Showing 11 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/lovely-mangos-sniff.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/primitives": patch
---

Corrects light theme inactive button bg color
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion data/colors/vars/component_light.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export default {
},

inactive: {
bg: get('scale.gray.2'),
bg: get('scale.gray.1'),
text: get('fg.muted'),
}
},
Expand Down
2 changes: 1 addition & 1 deletion src/tokens/functional/color/light/patterns-light.json5
Original file line number Diff line number Diff line change
Expand Up @@ -1544,7 +1544,7 @@
},
bgColor: {
rest: {
$value: '{base.color.gray.2}',
$value: '{base.color.gray.1}',
$type: 'color',
$extensions: {
'org.primer.figma': {
Expand Down

0 comments on commit cc36ab9

Please sign in to comment.