diff --git a/src/components/sounds/sounds.tsx b/src/components/sounds/sounds.tsx index fa4d4d8..d8c794d 100644 --- a/src/components/sounds/sounds.tsx +++ b/src/components/sounds/sounds.tsx @@ -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 (