Skip to content

Commit

Permalink
fix(color-text-disabled): change token value (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
portikM authored Jan 25, 2024
1 parent 3790e63 commit d23ecec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tokens/source/color/text.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
}
},
"disabled": {
"comment": "Text color for disabled elements (gray.50).",
"value": "{color.alias.gray.50.value}"
"comment": "Text color for disabled elements (gray.40).",
"value": "{color.alias.gray.40.value}"
},
"inverse": {
"comment": "Inverse text color (white).",
Expand Down

0 comments on commit d23ecec

Please sign in to comment.