We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4da908 commit 03e2791Copy full SHA for 03e2791
src/components/Product/ProductFilters.component.tsx
@@ -95,7 +95,7 @@ const ProductFilters = ({
95
onChange={(e) =>
96
setPriceRange([priceRange[0], parseInt(e.target.value)])
97
}
98
- className="w-full"
+ className="w-full cursor-pointer"
99
/>
100
<div className="flex justify-between mt-2">
101
<span>kr {priceRange[0]}</span>
0 commit comments