fix(web): improve slideshow controls visibility on bright backgrounds (#29950)

Co-authored-by: priyanshuANDcoad <priyanshu23154050@akgec.ac.in>
This commit is contained in:
Priyanshu 2026-07-21 21:28:51 +05:30 committed by GitHub
parent 943bfafb7a
commit b70cb58bc8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -176,7 +176,7 @@
{#if showControls}
<div
class="dark m-4 flex gap-2"
class="dark m-4 flex gap-2 rounded-3xl bg-black/40 px-2 backdrop-blur-sm"
onmouseenter={() => (isOverControls = true)}
onmouseleave={() => (isOverControls = false)}
transition:fly={{ duration: 150 }}