feat(ComparisonSlider): add blur background to controls

This commit is contained in:
Ilia Mashkov
2026-01-26 12:49:15 +03:00
parent 13e114fafe
commit 407c741349

View File

@@ -84,6 +84,7 @@ const handleSliderChange = (newValue: number) => {
class=" class="
group relative border-none size-9 group relative border-none size-9
bg-white/20 hover:bg-white/60 bg-white/20 hover:bg-white/60
backdrop-blur-3xl
transition-all duration-200 ease-out transition-all duration-200 ease-out
will-change-transform will-change-transform
hover:-translate-y-0.5 hover:-translate-y-0.5