From 8c7e481ecdbcb05a0e9480abbf8ac7ea7411f1b9 Mon Sep 17 00:00:00 2001 From: marzban-dev Date: Wed, 26 Feb 2025 20:59:49 +0330 Subject: [PATCH] Updated --- frontend/components/product/ProductHero.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/components/product/ProductHero.vue b/frontend/components/product/ProductHero.vue index ec46008..730ce69 100644 --- a/frontend/components/product/ProductHero.vue +++ b/frontend/components/product/ProductHero.vue @@ -101,6 +101,7 @@ watch(() => selectedVariant.value, (newValue) => { v-for="color in product!.colors" :key="color" @click="selectedColor = color" + selectable :selected="selectedColor === color " :style="{backgroundColor: color}" class="cursor-pointer"