Skip to content

Commit 8d0df20

Browse files
committed
fix(dialog): set the border for all themes
1 parent c96cf90 commit 8d0df20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ $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');
1213
}
1314

1415
[part~='backdrop'] {

0 commit comments

Comments
 (0)