Skip to content

Commit 4233821

Browse files
fix(dialog): set the border and fix shadow for all themes (#1927)
--------- Co-authored-by: Radoslav Karaivanov <[email protected]>
1 parent 6ddeda7 commit 4233821

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ $theme: $material;
1515
background: var-get($theme, 'backdrop');
1616
}
1717

18-
[part='base'] {
18+
[part~='base'] {
1919
box-shadow: var-get($theme, 'elevation');
20+
border: rem(1px) solid var-get($theme, 'border-color');
2021
}
2122

2223
[part='title'] {

0 commit comments

Comments
 (0)