Skip to content

Commit

Permalink
feat: Use fluid gaps in Page Menu (#1146)
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentSmedinga authored Mar 26, 2024
1 parent c13d91d commit 848223b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proprietary/tokens/src/components/ams/page-menu.tokens.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"ams": {
"page-menu": {
"column-gap": { "value": "2.5rem" },
"row-gap": { "value": "0.5rem" },
"column-gap": { "value": "{ams.space.grid.md}" },
"row-gap": { "value": "{ams.space.grid.xs}" },
"item": {
"color": { "value": "{ams.link-appearance.color}" },
"font-family": { "value": "{ams.text.font-family}" },
Expand Down

0 comments on commit 848223b

Please sign in to comment.