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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user