feat(ComparisonSlider): add blur background to controls
This commit is contained in:
@@ -84,6 +84,7 @@ const handleSliderChange = (newValue: number) => {
|
||||
class="
|
||||
group relative border-none size-9
|
||||
bg-white/20 hover:bg-white/60
|
||||
backdrop-blur-3xl
|
||||
transition-all duration-200 ease-out
|
||||
will-change-transform
|
||||
hover:-translate-y-0.5
|
||||
|
||||
Reference in New Issue
Block a user