Skip to content

Commit 6bf33b3

Browse files
Update canvas and link token colors (#1412)
* Update link and muted canvas tokens * Add changeset
1 parent d104c0d commit 6bf33b3

2 files changed

Lines changed: 10 additions & 3 deletions

File tree

.changeset/fresh-colors-map.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'@primer/react-brand': patch
3+
'@primer/brand-primitives': patch
4+
---
5+
6+
- Mapped the light and dark `--brand-color-text-link-rest` values to `blue-6` and `blue-1`.
7+
- Updated the light `--brand-color-canvas-muted` value to `#F9FBF9`.

packages/design-tokens/src/tokens/functional/colors/global.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@
8787
},
8888
"link": {
8989
"rest": {
90-
"value": "#005DD5",
91-
"dark": "#8DD6FF"
90+
"value": "var(--base-color-scale-blue-6)",
91+
"dark": "var(--base-color-scale-blue-1)"
9292
},
9393
"pressed": {
9494
"value": "var(--base-color-scale-blue-8)",
@@ -144,7 +144,7 @@
144144
"dark": "var(--base-color-scale-gray-8)"
145145
},
146146
"muted": {
147-
"value": "#FAFAFA",
147+
"value": "#F9FBF9",
148148
"dark": "#090D0A"
149149
}
150150
},

0 commit comments

Comments
 (0)