From 48b9b70c4a7e612b0b5313980188ec0624bdee03 Mon Sep 17 00:00:00 2001 From: Md Asif Date: Mon, 23 Dec 2024 20:47:13 +0530 Subject: [PATCH] refactor animations for improved transitions in App and AccountCreation components --- src/App.jsx | 8 ++++---- src/pages/AccountCreation.jsx | 12 ++++++------ 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index 17edcc4..97aa563 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -25,7 +25,7 @@ function App() { const location = useLocation(); return ( -
+
@@ -34,9 +34,9 @@ function App() { diff --git a/src/pages/AccountCreation.jsx b/src/pages/AccountCreation.jsx index fb305bc..4557eaa 100644 --- a/src/pages/AccountCreation.jsx +++ b/src/pages/AccountCreation.jsx @@ -196,9 +196,9 @@ function AccountCreation() { className="fixed z-50 inset-0 flex items-center justify-center bg-black/50" >

Select Product

@@ -246,9 +246,9 @@ function AccountCreation() { {notification.visible && (