diff --git a/src/components/form/HSButton.tsx b/src/components/form/HSButton.tsx index b44f0f59..679055ad 100644 --- a/src/components/form/HSButton.tsx +++ b/src/components/form/HSButton.tsx @@ -27,7 +27,7 @@ function HSButton({ rel="noopener noreferrer" to={path!} onClick={click} - className={`${styles} bg-primary text-white px-6 py-3 rounded-md flex justify-center items-center gap-2 text-sm hover:text-gray-200 hover:shadow-lg hover:scale-105 transition-all duration-300 ease-in-out`} + className={`${styles} bg-primary text-white px-6 py-3 rounded-md flex justify-center items-center gap-2 text-sm active:scale-[.98] active:duration-75 hover:scale-[1.01] ease-in transition-all`} > {title} {icon} diff --git a/src/pages/Login.tsx b/src/pages/Login.tsx index 396d03be..ca7187b1 100644 --- a/src/pages/Login.tsx +++ b/src/pages/Login.tsx @@ -57,10 +57,10 @@ function Login() {
-
+
-
+