Skip to content

Commit e02d491

Browse files
committed
fix(Dialog): Update border style to use dynamic width and background color
1 parent 336ff55 commit e02d491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proprietary/tokens/src/components/ams/dialog.tokens.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"ams": {
33
"dialog": {
44
"background-color": { "value": "{ams.color.background}" },
5-
"border": { "value": "0" },
5+
"border": { "value": "{ams.border.width.md} solid {ams.color.background}" },
66
"gap": { "value": "{ams.space.md}" },
77
"inline-size": { "value": "calc(100% - 2 * {ams.space.grid.md})" },
88
"max-block-size": { "value": "calc(100dvh - 2 * {ams.space.grid.md})" },

0 commit comments

Comments
 (0)