bigger clickable dots

This commit is contained in:
Julián Benegas
2020-10-23 09:51:24 -03:00
parent 1b3e4e7077
commit 03ca1e5f1f
2 changed files with 34 additions and 4 deletions

View File

@@ -59,7 +59,9 @@ const ProductSlider: FC = ({ children }) => {
onClick={() => {
slider.moveToSlideRelative(idx)
}}
/>
>
<div className={s.dot} />
</button>
)
})}
</div>