Skip to content

Commit 4c2ad09

Browse files
committed
Update ProductFilters.vue
1 parent 14ba36c commit 4c2ad09

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/Products/ProductFilters.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@
3636
<div class="mb-8">
3737
<h3 class="font-semibold mb-4">FARGE</h3>
3838
<div class="grid grid-cols-3 gap-2">
39-
<button
40-
class="w-8 h-8 rounded-full flex items-center justify-center text-xs bg-blue-500"
39+
<Button
4140
:disabled="true"
41+
class="w-8 h-8 rounded-full bg-blue-500 p-0 border-0 shadow-none"
4242
title="Blue"
43-
></button>
43+
/>
4444
</div>
4545
</div>
4646

0 commit comments

Comments
 (0)