Skip to content

Commit 95d166c

Browse files
committed
fix(dialog): fix dialog border and shadow
1 parent 8d0df20 commit 95d166c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/dialog/themes/shared/dialog.common.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ $theme: $material;
99

1010
background: var-get($theme, 'background');
1111
border-radius: var-get($theme, 'border-radius');
12-
border: 1px solid var-get($theme, 'border-color');
1312
}
1413

1514
[part~='backdrop'] {
1615
background: var-get($theme, 'backdrop');
1716
}
1817

19-
[part='base'] {
18+
[part~='base'] {
2019
box-shadow: var-get($theme, 'elevation');
20+
border: 1px solid var-get($theme, 'border-color');
2121
}
2222

2323
[part='title'] {

0 commit comments

Comments
 (0)