mirror of
https://github.com/remvze/moodist.git
synced 2025-09-29 15:30:49 -04:00
style: decrease scale animation
This commit is contained in:
parent
7fce9e1dff
commit
7e668e5b39
@ -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…
x
Reference in New Issue
Block a user