Skip to content

Commit

Permalink
feat(data): Update descriptions on form.size.icon tokens.
Browse files Browse the repository at this point in the history
  • Loading branch information
clairedenning committed May 16, 2024
1 parent 41389d3 commit d1b3911
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/tokens/components/form.json
Original file line number Diff line number Diff line change
Expand Up @@ -541,17 +541,17 @@
"S": {
"value": "{global.size.icon.S}",
"type": "sizing",
"description": "Currently for checkbox only."
"description": "Currently for checkbox S only."
},
"M": {
"value": "{global.size.icon.M}",
"type": "sizing",
"description": "Currently for checkbox only."
"description": "Used for all form icons except for checkbox S and L"
},
"L": {
"value": "{global.size.icon.L}",
"type": "sizing",
"description": "Currently for checkbox only."
"description": "Currently for checkbox L only."
}
},
"input": {
Expand Down

0 comments on commit d1b3911

Please sign in to comment.