Skip to content

Commit f68357b

Browse files
committed
[Projects]: Give the dropdown a better shadow
1 parent 646b284 commit f68357b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/components/breadcrumb/breadcrumb.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@
341341
background: var(--aura-tertiary-10);
342342
border: 1px solid var(--aura-container-border-color);
343343
border-radius: var(--aura-menu-border-radius);
344-
box-shadow: 0 1px 0 0 var(--aura-light-tertiary-70);
344+
box-shadow: var(--aura-container-drop-shadow);
345345
z-index: 100;
346346
padding: 0.35rem 0;
347347
}
@@ -424,7 +424,7 @@
424424
.crumb-pill,
425425
.crumb-title-tooltip {
426426
@media (prefers-color-scheme: light) {
427-
box-shadow: 0 1px 0 0 var(--aura-light-tertiary-40);
427+
box-shadow: 0 1px 0 0 var(--aura-light-tertiary-20);
428428
}
429429
@media (prefers-color-scheme: dark) {
430430
box-shadow: 0 1px 0 0 black;

0 commit comments

Comments
 (0)