Fix Transition of slider buttons
This commit is contained in:
@@ -205,7 +205,7 @@ const CarouselPrevious = React.forwardRef<
|
|||||||
className,
|
className,
|
||||||
variant = 'outline',
|
variant = 'outline',
|
||||||
icon = (
|
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
|
...props
|
||||||
},
|
},
|
||||||
@@ -243,7 +243,7 @@ const CarouselNext = React.forwardRef<
|
|||||||
className,
|
className,
|
||||||
variant = 'outline',
|
variant = 'outline',
|
||||||
icon = (
|
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
|
...props
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user