Commit 65b5b7d
committed
Components: Add hairline border to Modal frame
Match the always-on token-colored hairline border now present on the
Dialog/AlertDialog/Drawer/Popover overlays, so the popup edge reads
as a defined boundary against the lighter tokenized backdrop instead
of relying on the elevation shadow alone.
`@include reset` already applies `box-sizing: border-box`, so the 1px
border is absorbed into the existing frame dimensions and does not
shift layout.
Made-with: Cursor1 parent 8abf47b commit 65b5b7d
2 files changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
0 commit comments