diff --git a/assets/components/common/Carousel.vue b/assets/components/common/Carousel.vue index 1fa73dda7125..1d8eb05ba6a1 100644 --- a/assets/components/common/Carousel.vue +++ b/assets/components/common/Carousel.vue @@ -18,7 +18,7 @@ :key="c.props?.id" @click="scrollToItem(index)" :class="[ - 'size-2 rounded-full transition-all duration-700', + 'size-2 cursor-pointer rounded-full transition-all duration-700', activeIndex === index ? 'bg-primary scale-125' : 'bg-base-content/50 hover:bg-base-content', ]" :aria-label="c.props?.title"