Skip to content

Commit

Permalink
style: decrease scale animation
Browse files Browse the repository at this point in the history
  • Loading branch information
remvze committed Oct 18, 2023
1 parent 7fce9e1 commit 7e668e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/sounds/sounds.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export function Sounds({ functional, id, sounds }: SoundsProps) {
}));
}, []);

const variants = mix(fade(), scale(0.85));
const variants = mix(fade(), scale(0.9));

return (
<div>
Expand Down

0 comments on commit 7e668e5

Please sign in to comment.