Skip to content

Commit

Permalink
fix: reverted subtle and faint tokens (#566)
Browse files Browse the repository at this point in the history
Reverted subtle and faint tokens to their original values. Added a description to flag them as legacy and subject to depreciated
  • Loading branch information
BrianAA authored Feb 8, 2024
1 parent 32c5026 commit b45b54a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions ui/theme/src/wpds.tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -1783,14 +1783,15 @@
},
"subtle": {
"type": "color",
"value": "{alpha400}",
"valueDark": "{alpha400}"
"value": "{gray300}",
"valueDark": "{gray300}",
"description": "Legacy-Token subject to be deprecated use the outline token"
},
"faint": {
"type": "color",
"value": "{alpha500}",
"valueDark": "{alpha500}",
"description": "Legacy-Token subject to be deprecated use the appropriate -subtle token"
"value": "{gray400}",
"valueDark": "{gray400}",
"description": "Legacy-Token subject to be deprecated use the outline token"
},
"onDisabled": {
"type": "color",
Expand Down

0 comments on commit b45b54a

Please sign in to comment.