Skip to content

Commit 1ddb113

Browse files
committed
fix: add box shadow to cookie popup
Fixes that the cookie popup didn't have a box shadow. Fixes #29958.
1 parent d8e7173 commit 1ddb113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

material.angular.io/src/app/shared/cookie-popup/cookie-popup.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
$_inner-spacing: 16px;
55

66
.popup {
7-
box-shadow: var(--mat-app-elevation-shadow-level-2);
7+
box-shadow: var(--mat-sys-level2);
88
color: var(--mat-sys-on-surface);
99
background: var(--mat-sys-surface);
1010
position: fixed;

0 commit comments

Comments
 (0)