diff --git a/frontend/components/global/products/FilterProducts.vue b/frontend/components/global/products/FilterProducts.vue index 8c47859..6d16c15 100644 --- a/frontend/components/global/products/FilterProducts.vue +++ b/frontend/components/global/products/FilterProducts.vue @@ -27,7 +27,9 @@ const in_stock = ref(Boolean(params.in_stock) ?? false); const sliderValueDebounced = refDebounced(sliderValue, 1000); -const filtersSuccessMessage = ref<{ title: string; status: string } | null>(null); +const filtersSuccessMessage = ref<{ title: string; status: string } | null>( + null +); // queries @@ -137,7 +139,7 @@ watch( ? 'bg-black text-white' : 'bg-slate-100' " - class="py-1 px-3 cursor-pointer text-nowrap transition-all rounded-full text-sm" + class="py-1 px-3 cursor-pointer text-nowrap transition-all rounded-md text-sm" > {{ sort.title }}