Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
chore: upgrading design tokens to v8.1
  • Loading branch information
georgewrmarshall committed Jul 18, 2025
commit 1c161431b2edf48aa8c920e1a13943bebeedd114
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@
"@metamask/delegation-deployments": "^0.11.0",
"@metamask/design-system-react": "^0.1.0",
"@metamask/design-system-tailwind-preset": "^0.5.0",
"@metamask/design-tokens": "^8.0.0",
"@metamask/design-tokens": "^8.1.0",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Upgrading design tokens to latest

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The CTA buttons on the home screen seems to have changed. Is this intended? They look kind of weird being inconsistent in size

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm let me check. None of the changes in this PR should effect the size of a button. The changes in this upgrade of the design tokens mostly effect color and add some new typography CSS variables.

"@metamask/ens-controller": "^15.0.2",
"@metamask/ens-resolver-snap": "^0.1.2",
"@metamask/error-reporting-service": "^2.0.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5831,10 +5831,10 @@ __metadata:
languageName: node
linkType: hard

"@metamask/design-tokens@npm:^8.0.0":
version: 8.0.0
resolution: "@metamask/design-tokens@npm:8.0.0"
checksum: 10/a541efb23d7c39ca2bcf25ffa7317968556af067336dc8bf9b04c2e004cc50e7590dec9273c576a2e3be12165913ae6c1134f2ba7291edb67790559e9a5b5205
"@metamask/design-tokens@npm:^8.1.0":
version: 8.1.0
resolution: "@metamask/design-tokens@npm:8.1.0"
checksum: 10/bb025b6056d01a1b6a59bef9cc36b9604084a65b974509a42f9d3368c4ab841f4f72c8f1d4f3f06f9defec78ec3aba13fb4e6946d907a87e865934cba2427def
languageName: node
linkType: hard

Expand Down Expand Up @@ -31911,7 +31911,7 @@ __metadata:
"@metamask/delegation-deployments": "npm:^0.11.0"
"@metamask/design-system-react": "npm:^0.1.0"
"@metamask/design-system-tailwind-preset": "npm:^0.5.0"
"@metamask/design-tokens": "npm:^8.0.0"
"@metamask/design-tokens": "npm:^8.1.0"
"@metamask/ens-controller": "npm:^15.0.2"
"@metamask/ens-resolver-snap": "npm:^0.1.2"
"@metamask/error-reporting-service": "npm:^2.0.0"
Expand Down