Skip to content

Commit 03e2791

Browse files
committed
Slider cursor
1 parent e4da908 commit 03e2791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Product/ProductFilters.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ const ProductFilters = ({
9595
onChange={(e) =>
9696
setPriceRange([priceRange[0], parseInt(e.target.value)])
9797
}
98-
className="w-full"
98+
className="w-full cursor-pointer"
9999
/>
100100
<div className="flex justify-between mt-2">
101101
<span>kr {priceRange[0]}</span>

0 commit comments

Comments
 (0)