Fix Transition of slider buttons
This commit is contained in:
@@ -205,7 +205,7 @@ const CarouselPrevious = React.forwardRef<
|
||||
className,
|
||||
variant = 'outline',
|
||||
icon = (
|
||||
<ArrowLeftIcon className="stroke-zinc-400 sm:group-hover:stroke-primary dark:sm:group-hover:stroke-white" />
|
||||
<ArrowLeftIcon className="stroke-zinc-400 sm:group-hover:stroke-primary dark:sm:group-hover:stroke-white transition-all duration-300" />
|
||||
),
|
||||
...props
|
||||
},
|
||||
@@ -243,7 +243,7 @@ const CarouselNext = React.forwardRef<
|
||||
className,
|
||||
variant = 'outline',
|
||||
icon = (
|
||||
<ArrowRightIcon className="stroke-zinc-400 sm:group-hover:stroke-primary dark:sm:group-hover:stroke-white" />
|
||||
<ArrowRightIcon className="stroke-zinc-400 sm:group-hover:stroke-primary dark:sm:group-hover:stroke-white transition-all duration-300" />
|
||||
),
|
||||
...props
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user