Skip to content

Commit d71ef97

Browse files
committed
chore(dialog): use rem function
1 parent 95d166c commit d71ef97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ $theme: $material;
1717

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

2323
[part='title'] {

0 commit comments

Comments
 (0)