From f2f6f142caa8ee3137cc79c685f9b666610a8b6c Mon Sep 17 00:00:00 2001 From: Aingaran Date: Sat, 1 Jun 2024 09:45:56 +0200 Subject: [PATCH] Update App.tsx --- src/App.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 0959659..1a6b605 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -14,7 +14,7 @@ const App = () => { maxHeight: "100dvh", width: "100dvw", flexDirection: "column", - transition: "all 0.3s ease-in-out", + transition: "all 0.1s ease-in-out", }} >
@@ -32,7 +32,7 @@ const App = () => { flexDirection: "column", alignItems: "center", overflow: "auto", - transition: "all 0.3s ease-in-out", + transition: "all 0.1s ease-in-out", }} >