Skip to content

Commit

Permalink
fix scaling of left arrow
Browse files Browse the repository at this point in the history
  • Loading branch information
vitormv committed Feb 25, 2024
1 parent 04e26cd commit b7c3ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FunnelPreview.tsx
Expand Up @@ -79,7 +79,7 @@ export const FunnelPreview = ({ funnel }: Props) => {
>
<ChevronLeftIcon
className={cn({
'h-20 w-20 text-primary': true,
'h-20 w-20 text-primary transition-transform active:scale-90 ': true,
'hover:text-primary-highlight': activePage > 0,
'cursor-default text-gray-400': activePage === 0,
})}
Expand Down

0 comments on commit b7c3ee1

Please sign in to comment.