Skip to content

Commit

Permalink
feat(emphasis): add new semantic text color #83
Browse files Browse the repository at this point in the history
Changes to be committed:
modified:   src/color/text.json
  • Loading branch information
leeejune authored and blackfalcon committed Oct 6, 2022
1 parent 551a5d9 commit d44a1ea
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/color/text.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,24 @@
"wcag": "n/a",
"deprecated": false
}
},
"emphasis": {
"onLight": {
"value": "{color.brand.midnight.400.value}",
"public": true,
"onLight": true,
"usage": "Emphasized text color on light backgrounds",
"wcag": "n/a",
"deprecated": false
},
"onDark": {
"value": "{color.brand.midnight.100.value}",
"public": true,
"onDark": true,
"usage": "Emphasized text color on dark backgrounds",
"wcag": "n/a",
"deprecated": false
}
}
}
}
Expand Down

0 comments on commit d44a1ea

Please sign in to comment.