diff options
Diffstat (limited to 'src/lib/List/MediaRoulette.svelte')
| -rw-r--r-- | src/lib/List/MediaRoulette.svelte | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/List/MediaRoulette.svelte b/src/lib/List/MediaRoulette.svelte index d6e33d7a..3fbc89d6 100644 --- a/src/lib/List/MediaRoulette.svelte +++ b/src/lib/List/MediaRoulette.svelte @@ -163,7 +163,7 @@ const handleOverlayClick = (e: MouseEvent) => { left: 0; right: 0; bottom: 0; - background: rgba(0, 0, 0, 0.6); + background: var(--scrim); display: flex; align-items: center; justify-content: center; @@ -320,7 +320,7 @@ const handleOverlayClick = (e: MouseEvent) => { margin: 0 auto 1rem; border-radius: 8px; overflow: hidden; - box-shadow: rgba(0, 0, 11, 0.1) 0px 7px 29px 0px; + box-shadow: var(--shadow-card); } .cover-wrapper :global(.roulette-cover) { |