mirror of
https://github.com/remvze/moodist.git
synced 2025-12-17 00:44:14 +00:00
style: decrease scale animation
This commit is contained in:
parent
7fce9e1dff
commit
7e668e5b39
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue