Change arrow button size

This commit is contained in:
marzban-dev
2025-03-27 14:10:38 +03:30
parent 6467db8deb
commit fcce711749
+3 -3
View File
@@ -168,7 +168,7 @@ onUnmounted(() => {
:centered-slides="true"
:breakpoints="{
768: {
spaceBetween : 40,
spaceBetween : 40
}
}"
@swiper="onSwiper"
@@ -249,7 +249,7 @@ onUnmounted(() => {
>
<button @click="swiper_instance?.slidePrev()">
<Icon
class="**:stroke-white cursor-pointer size-5 md:size-6"
class="**:stroke-white cursor-pointer size-6 md:size-8"
name="ci:arrow-right"
/>
</button>
@@ -264,7 +264,7 @@ onUnmounted(() => {
<button>
<Icon
@click="swiper_instance?.slideNext()"
class="**:stroke-white cursor-pointer size-5 md:size-6"
class="**:stroke-white cursor-pointer size-6 md:size-8"
name="ci:arrow-left"
/>
</button>