Skip to content

Commit

Permalink
fix: change width and height to percentages
Browse files Browse the repository at this point in the history
  • Loading branch information
GarthDB committed Oct 24, 2024
1 parent c1c48e1 commit e8c8cd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/tokens/src/layout-component.json
Original file line number Diff line number Diff line change
Expand Up @@ -10142,13 +10142,13 @@
"takeover-dialog-height": {
"component": "takeover-dialog",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
"value": "1.00em",
"value": "1.00%",
"uuid": "be327284-79fe-40b7-b996-8ad176d40d8e"
},
"takeover-dialog-width": {
"component": "takeover-dialog",
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
"value": "1.00em",
"value": "100%",
"uuid": "bb70e39d-c686-4cd2-a991-6b51fa16d9df"
}
}

0 comments on commit e8c8cd7

Please sign in to comment.