Skip to content

Commit d06816d

Browse files
committed
fix(MediaCarousel): backdrop of play icon
1 parent 7806eee commit d06816d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/media-carousel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ function Slide({ id, anchor, ariaTitle, type, image, score, title, date, progres
115115
aria-hidden
116116
>
117117
<IconCirclePlay className='dark:text-fg text-bg z-10 size-16 [grid-area:stack]' />
118-
<span className='bg-fg dark:bg-bg blur-2xl' />
118+
<span className='bg-fg dark:bg-bg blur-2xl [grid-area:stack]' />
119119
</figure>
120120
)}
121121

0 commit comments

Comments
 (0)