Skip to content

Commit 441fbaf

Browse files
committed
Update ProductFilters.vue
1 parent 4f9a0ba commit 441fbaf

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

components/Products/ProductFilters.vue

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,7 @@
3636
<div class="mb-8">
3737
<h3 class="font-semibold mb-4">FARGE</h3>
3838
<div class="grid grid-cols-3 gap-2">
39-
<CommonButton
40-
:disabled="true"
41-
variant="color"
42-
class="bg-blue-500"
43-
title="Blue"
44-
/>
39+
<ColorSwatch color="#3b82f6" title="Blue" />
4540
</div>
4641
</div>
4742

@@ -56,4 +51,5 @@
5651
import Checkbox from '~/components/common/Checkbox.vue'
5752
import RangeSlider from '~/components/common/RangeSlider.vue'
5853
import CommonButton from '~/components/common/CommonButton.vue'
54+
import ColorSwatch from '~/components/common/ColorSwatch.vue'
5955
</script>

0 commit comments

Comments
 (0)