Skip to content

Commit 879bbe8

Browse files
committed
small fixes per Copilot’s review
1 parent 8861528 commit 879bbe8

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

packages/tokens/src/global/color/semantic-page.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"$value": "{color.palette.neutral-50}",
1919
"group": "semantic",
2020
"$modes": {
21-
"default": "{color.palette.neutral-0}",
21+
"default": "{color.palette.neutral-50}",
2222
"cds-g0": "{carbon.themes.white.background}",
2323
"cds-g10": "{carbon.themes.g10.background}",
2424
"cds-g90": "{carbon.themes.g90.background}",

packages/tokens/src/products/shared/button.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -666,9 +666,9 @@
666666
"cds-g0": "magenta",
667667
"cds-g10": "magenta",
668668
"cds-g90": "magenta",
669-
"cds-g100": "magenta",
670-
"comment": "TODO - replace the `magenta` values with the correct ones"
671-
}
669+
"cds-g100": "magenta"
670+
},
671+
"comment": "TODO - replace the `magenta` values with the correct ones"
672672
}
673673
},
674674
"active": {

packages/tokens/src/products/shared/typography.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -357,9 +357,9 @@
357357
"display-200": {
358358
"font-family": {
359359
"$type": "font-family",
360-
"$value": "{typography.font-stack.text}",
360+
"$value": "{typography.font-stack.display}",
361361
"$modes": {
362-
"default": "{typography.font-stack.text}",
362+
"default": "{typography.font-stack.display}",
363363
"cds-g0": "{carbon.typography.font-family.sans}",
364364
"cds-g10": "{carbon.typography.font-family.sans}",
365365
"cds-g90": "{carbon.typography.font-family.sans}",
@@ -408,9 +408,9 @@
408408
"display-100": {
409409
"font-family": {
410410
"$type": "font-family",
411-
"$value": "{typography.font-stack.text}",
411+
"$value": "{typography.font-stack.display}",
412412
"$modes": {
413-
"default": "{typography.font-stack.text}",
413+
"default": "{typography.font-stack.display}",
414414
"cds-g0": "{carbon.typography.font-family.sans}",
415415
"cds-g10": "{carbon.typography.font-family.sans}",
416416
"cds-g90": "{carbon.typography.font-family.sans}",
@@ -486,7 +486,7 @@
486486
"$value": 1.5,
487487
"comment": "24px",
488488
"$modes": {
489-
"default": 1.4286,
489+
"default": 1.5,
490490
"cds-g0": "{carbon.typography.body02.line-height}",
491491
"cds-g10": "{carbon.typography.body02.line-height}",
492492
"cds-g90": "{carbon.typography.body02.line-height}",

0 commit comments

Comments
 (0)