Skip to content

Commit

Permalink
fix: minimize button timer
Browse files Browse the repository at this point in the history
  • Loading branch information
omariosouto committed Dec 30, 2021
1 parent 7df674e commit 8a31e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/button/ripples/ripples.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const useRipples = () => {
transform: `scale(${size / 9})`,
transition: `all ${during}ms`,
});
}, 50);
}, 0);
};

return {
Expand Down

1 comment on commit 8a31e4c

@vercel
Copy link

@vercel vercel bot commented on 8a31e4c Dec 30, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.