Skip to content

Commit

Permalink
corrects light theme inactive button bg color
Browse files Browse the repository at this point in the history
  • Loading branch information
mperrotti committed Nov 15, 2023
1 parent b722b44 commit 214e418
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 214e418

Please sign in to comment.