Skip to content

Commit 8e86c81

Browse files
committedNov 4, 2024
fix: add box shadow to cookie popup
Fixes that the cookie popup didn't have a box shadow. Fixes #29958.
1 parent ff0b4d9 commit 8e86c81

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

+1-1
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)
Please sign in to comment.