Skip to content

Commit 843aec2

Browse files
committed
fix(navdrawer): change elevation to shadow
1 parent 91d3648 commit 843aec2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/nav-drawer/themes/shared/container/nav-drawer.common.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ $background: var-get($theme, 'background') !default;
1919

2020
:host([position='start']) [part='mini'],
2121
:host([position='end']) [part='mini'] {
22-
box-shadow: var-get($theme, 'elevation');
22+
box-shadow: var(--shadow);
2323
}
2424

2525
:host([position='start']) [part~='base'],
@@ -41,6 +41,6 @@ $background: var-get($theme, 'background') !default;
4141

4242
:host([open]:not([position='relative'])) {
4343
[part='base'] {
44-
box-shadow: var-get($theme, 'elevation');
44+
box-shadow: var(--shadow);
4545
}
4646
}

0 commit comments

Comments
 (0)