fix. 머지 충돌 수정
Made-with: Cursor
This commit is contained in:
@@ -30,17 +30,17 @@ const handleArrowClick = (direction: 'prev' | 'next') => {
|
||||
<template>
|
||||
<div class="splide__arrows">
|
||||
<AtomsButtonCircle
|
||||
:background-color="getArrowBackgroundColor('prev')"
|
||||
sr-only="Previous"
|
||||
class="splide-arrow splide__arrow--prev"
|
||||
:background-color="getArrowBackgroundColor('prev')"
|
||||
@click="handleArrowClick('prev')"
|
||||
>
|
||||
<AtomsIconsArrowRightLine color="#ffffff" />
|
||||
</AtomsButtonCircle>
|
||||
<AtomsButtonCircle
|
||||
:background-color="getArrowBackgroundColor('next')"
|
||||
sr-only="Next"
|
||||
class="splide-arrow splide__arrow--next"
|
||||
:background-color="getArrowBackgroundColor('next')"
|
||||
@click="handleArrowClick('next')"
|
||||
>
|
||||
<AtomsIconsArrowRightLine color="#ffffff" />
|
||||
|
||||
Reference in New Issue
Block a user