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

Commit

Permalink
feat(color): opaque surface colors
Browse files Browse the repository at this point in the history
  • Loading branch information
francisrupert committed Mar 14, 2023
1 parent bcf4ed5 commit a08b096
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions base.json
Original file line number Diff line number Diff line change
Expand Up @@ -1383,39 +1383,39 @@
"surface": {
"opaque": {
"secondary": {
"value": "{color.surface.moderate}",
"value": "{color.black.900}",
"type": "color",
"$extensions": {
"studio.tokens": {
"modify": {
"type": "alpha",
"value": ".25",
"value": ".02",
"space": "hsl"
}
}
}
},
"moderate": {
"value": "{color.surface.bold}",
"value": "{color.black.900}",
"type": "color",
"$extensions": {
"studio.tokens": {
"modify": {
"type": "alpha",
"value": ".48",
"value": ".09",
"space": "hsl"
}
}
}
},
"bold": {
"value": "{color.surface.strong}",
"value": "{color.black.900}",
"type": "color",
"$extensions": {
"studio.tokens": {
"modify": {
"type": "alpha",
"value": ".26",
"value": ".18",
"space": "hsl"
}
}
Expand Down

0 comments on commit a08b096

Please sign in to comment.