From c44a86361ebf3a77d68148564a2983e60b522c29 Mon Sep 17 00:00:00 2001 From: MAZE Date: Tue, 31 Oct 2023 12:35:43 +0330 Subject: [PATCH] style: change button animation --- src/components/buttons/unselect/unselect.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/buttons/unselect/unselect.tsx b/src/components/buttons/unselect/unselect.tsx index 6390cac..670952d 100644 --- a/src/components/buttons/unselect/unselect.tsx +++ b/src/components/buttons/unselect/unselect.tsx @@ -15,11 +15,11 @@ export function UnselectButton() { const hasHistory = useSoundStore(state => !!state.history); const unselectAll = useSoundStore(state => state.unselectAll); - const variants = mix(fade(), slideX(20)); + const variants = mix(fade(), slideX(10)); return ( <> - + {(!noSelected || hasHistory) && (