diff --git a/app/components/catalog/HubProductCard.vue b/app/components/catalog/HubProductCard.vue index 448c91b..72cd942 100644 --- a/app/components/catalog/HubProductCard.vue +++ b/app/components/catalog/HubProductCard.vue @@ -3,7 +3,7 @@ padding="md" interactive class="cursor-pointer overflow-hidden min-w-36 shrink-0" - :class="{ 'ring-2 ring-primary': selected }" + :class="{ 'bg-base-200': selected }" @click="$emit('select')" >