We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d0df20 commit 95d166cCopy full SHA for 95d166c
src/components/dialog/themes/shared/dialog.common.scss
@@ -9,15 +9,15 @@ $theme: $material;
9
10
background: var-get($theme, 'background');
11
border-radius: var-get($theme, 'border-radius');
12
- border: 1px solid var-get($theme, 'border-color');
13
}
14
15
[part~='backdrop'] {
16
background: var-get($theme, 'backdrop');
17
18
19
-[part='base'] {
+[part~='base'] {
20
box-shadow: var-get($theme, 'elevation');
+ border: 1px solid var-get($theme, 'border-color');
21
22
23
[part='title'] {
0 commit comments