Skip to content

Commit

Permalink
Update semantic token descriptions (#4638)
Browse files Browse the repository at this point in the history
* Update and add semantic token descriptions

* Update yarn.lock
  • Loading branch information
taysea authored Dec 20, 2024
1 parent 11926ea commit f9e27b5
Show file tree
Hide file tree
Showing 7 changed files with 245 additions and 245 deletions.
2 changes: 1 addition & 1 deletion aries-site/src/pages/design-tokens/all-design-tokens.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ const getTokens = (tokenObj, mode) =>
id: key,
token: key,
type: tokenObj[key]?.modes[mode]?.$type,
description: tokenObj[key]?.modes[mode]?.comment,
description: tokenObj[key]?.modes[mode]?.$description,
value: tokenObj[key]?.modes[mode].$value,
};
});
Expand Down
Loading

0 comments on commit f9e27b5

Please sign in to comment.