diff --git a/src/ebay-carousel/__tests__/__snapshots__/index.spec.tsx.snap b/src/ebay-carousel/__tests__/__snapshots__/index.spec.tsx.snap index 36395845..6f84d868 100644 --- a/src/ebay-carousel/__tests__/__snapshots__/index.spec.tsx.snap +++ b/src/ebay-carousel/__tests__/__snapshots__/index.spec.tsx.snap @@ -15,12 +15,12 @@ exports[`Storyshots ebay-carousel Continuous 1`] = ` > @@ -110,12 +110,12 @@ exports[`Storyshots ebay-carousel Continuous 1`] = ` > @@ -139,12 +139,12 @@ exports[`Storyshots ebay-carousel Items Per Slide 1`] = ` > @@ -234,12 +234,12 @@ exports[`Storyshots ebay-carousel Items Per Slide 1`] = ` > diff --git a/src/ebay-carousel/carousel-control-button.tsx b/src/ebay-carousel/carousel-control-button.tsx index 3c6fbf47..f5a70a28 100644 --- a/src/ebay-carousel/carousel-control-button.tsx +++ b/src/ebay-carousel/carousel-control-button.tsx @@ -12,8 +12,8 @@ type CarouselControlProps = { } const icon: Record = { - prev: 'chevronLeft24', - next: 'chevronRight24' + prev: 'chevronLeft12', + next: 'chevronRight12' } const typeToDirection: Record = {