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

Commit

Permalink
chore: .
Browse files Browse the repository at this point in the history
  • Loading branch information
francisrupert committed Apr 17, 2023
1 parent efe5083 commit c5cbb0d
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions base.json
Original file line number Diff line number Diff line change
Expand Up @@ -3293,8 +3293,17 @@
}
},
"bold": {
"value": "rgba(255,255,255,0.50)",
"type": "color"
"value": "{color.neutral.white}",
"type": "color",
"$extensions": {
"studio.tokens": {
"modify": {
"type": "alpha",
"value": ".5",
"space": "hsl"
}
}
}
},
"subtle-inverted": {
"value": "{color.neutral.black}",
Expand Down

0 comments on commit c5cbb0d

Please sign in to comment.