DEV: update shadow defintion (#22)

This commit is contained in:
Kris 2023-06-15 10:17:54 -04:00 committed by GitHub
parent a58bdbcfbc
commit 32f9b2dd74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ $icon-opacity: 0.7;
.d-dropdown-menu {
min-width: 160px;
background: fallback($Submenu_background, $secondary);
box-shadow: shadow("menu-panel");
box-shadow: var(--shadow-menu-panel);
margin: 0;
list-style: none;
}