Skip to content

Commit

Permalink
feat(tokens): adds control error tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
m-nti committed May 11, 2023
1 parent 2cb61f9 commit 976feef
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1659,6 +1659,10 @@
"ReadOnly": {
"value": "{q.surface.disabled.alpha}",
"type": "color"
},
"Error": {
"value": "{q.stroke.error}",
"type": "color"
}
},
"Foreground": {
Expand All @@ -1685,6 +1689,10 @@
"ReadOnly": {
"value": "{q.content.ondisabled.inverted}",
"type": "color"
},
"Error": {
"value": "{q.content.onbrand.alpha}",
"type": "color"
}
}
}
Expand Down

0 comments on commit 976feef

Please sign in to comment.