Skip to content

Commit 6bbae03

Browse files
committed
fish breaking build
1 parent 946ffa1 commit 6bbae03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/ui/carousel.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ CarouselItem.displayName = "CarouselItem"
196196
const CarouselPrevious = React.forwardRef<
197197
HTMLButtonElement,
198198
React.ComponentProps<typeof Button>
199-
>(({ className, variant = "outline", size = "xs", ...props }, ref) => {
199+
>(({ className, variant = "outline", size = "sm", ...props }, ref) => {
200200
const { orientation, scrollPrev, canScrollPrev } = useCarousel()
201201

202202
return (
@@ -225,7 +225,7 @@ CarouselPrevious.displayName = "CarouselPrevious"
225225
const CarouselNext = React.forwardRef<
226226
HTMLButtonElement,
227227
React.ComponentProps<typeof Button>
228-
>(({ className, variant = "outline", size = "xs", ...props }, ref) => {
228+
>(({ className, variant = "outline", size = "sm", ...props }, ref) => {
229229
const { orientation, scrollNext, canScrollNext } = useCarousel()
230230

231231
return (

0 commit comments

Comments
 (0)