diff --git a/src/components/_shared/SolidSwiper/SolidSwiper.tsx b/src/components/_shared/SolidSwiper/SolidSwiper.tsx
index ba02658b..97e3be50 100644
--- a/src/components/_shared/SolidSwiper/SolidSwiper.tsx
+++ b/src/components/_shared/SolidSwiper/SolidSwiper.tsx
@@ -156,6 +156,7 @@ export const SolidSwiper = (props: Props) => {
thumbs-swiper={'.thumbSwiper'}
observer={true}
onSlideChange={handleSlideChange}
+ space-between={20}
>
{(slide, index) => (
@@ -322,7 +323,7 @@ export const SolidSwiper = (props: Props) => {
})}
onClick={() => thumbSwipeRef.current.swiper.slidePrev()}
>
-
+
{
})}
onClick={() => thumbSwipeRef.current.swiper.slideNext()}
>
-
+