style: decrease scale animation

This commit is contained in:
MAZE 2023-10-18 13:51:33 +03:30
parent 7fce9e1dff
commit 7e668e5b39

View File

@ -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 ( return (
<div> <div>