There was an error while loading. Please reload this page.
1 parent d104c0d commit 6bf33b3Copy full SHA for 6bf33b3
2 files changed
.changeset/fresh-colors-map.md
@@ -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
@@ -87,8 +87,8 @@
87
},
88
"link": {
89
"rest": {
90
- "value": "#005DD5",
91
- "dark": "#8DD6FF"
+ "value": "var(--base-color-scale-blue-6)",
+ "dark": "var(--base-color-scale-blue-1)"
92
93
"pressed": {
94
"value": "var(--base-color-scale-blue-8)",
@@ -144,7 +144,7 @@
144
"dark": "var(--base-color-scale-gray-8)"
145
146
"muted": {
147
- "value": "#FAFAFA",
+ "value": "#F9FBF9",
148
"dark": "#090D0A"
149
}
150
0 commit comments