Skip to content

Commit

Permalink
Update copy-button.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
scopsy committed Jan 8, 2025
1 parent 4ab3974 commit c2c5e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dashboard/src/components/primitives/copy-button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export const CopyButton = (props: CopyButtonProps) => {
initial={{ scale: 0.5, opacity: 0 }}
animate={{ scale: 1, opacity: 1 }}
exit={{ scale: 0.5, opacity: 0 }}
transition={{ type: 'spring', duration: 0.3, bounce: 0.5 }}
transition={{ type: 'spring', duration: 0.1, bounce: 0.5 }}
className="absolute inset-0"
>
<RiCheckLine className={`${sizeClass} text-success`} aria-hidden="true" />
Expand Down

0 comments on commit c2c5e9d

Please sign in to comment.