From 7e668e5b393c7df71bec8bf11696acbae22d70e4 Mon Sep 17 00:00:00 2001 From: MAZE Date: Wed, 18 Oct 2023 13:51:33 +0330 Subject: [PATCH] style: decrease scale animation --- src/components/sounds/sounds.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (