Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
feat(color): primary surface color not pure black
Browse files Browse the repository at this point in the history
  • Loading branch information
francisrupert committed Mar 24, 2023
1 parent d275074 commit 6f72534
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion base.json
Original file line number Diff line number Diff line change
Expand Up @@ -2484,7 +2484,16 @@
"surface": {
"primary": {
"value": "{color.black.100}",
"type": "color"
"type": "color",
"$extensions": {
"studio.tokens": {
"modify": {
"type": "lighten",
"value": ".03",
"space": "hsl"
}
}
}
},
"secondary": {
"value": "{color.black.200}",
Expand Down

0 comments on commit 6f72534

Please sign in to comment.