1
0
mirror of https://github.com/amir20/dozzle.git synced 2026-01-02 02:57:27 +01:00

chore: adds correct pointer cursor to carasoul dots

This commit is contained in:
Amir Raminfar
2025-01-10 08:56:37 -08:00
parent 5b822bdcfb
commit 43e3f4cd9d

View File

@@ -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"