mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
bigger clickable dots
This commit is contained in:
@@ -59,7 +59,9 @@ const ProductSlider: FC = ({ children }) => {
|
||||
onClick={() => {
|
||||
slider.moveToSlideRelative(idx)
|
||||
}}
|
||||
/>
|
||||
>
|
||||
<div className={s.dot} />
|
||||
</button>
|
||||
)
|
||||
})}
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user