Skip to content

Commit

Permalink
fix: add box shadow to cookie popup
Browse files Browse the repository at this point in the history
Fixes that the cookie popup didn't have a box shadow.

Fixes angular/components#29958.
  • Loading branch information
crisbeto committed Nov 4, 2024
1 parent 427f217 commit 69a2f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/shared/cookie-popup/cookie-popup.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
$_inner-spacing: 16px;

.popup {
box-shadow: var(--mat-app-elevation-shadow-level-2);
box-shadow: var(--mat-sys-level2);
color: var(--mat-sys-on-surface);
background: var(--mat-sys-surface);
position: fixed;
Expand Down

0 comments on commit 69a2f12

Please sign in to comment.