From 707a2e3b21b17f37b9696ad66f91bd3d46aa701a Mon Sep 17 00:00:00 2001 From: TheMikeyRoss <97709651+TheMikeyRoss@users.noreply.github.com> Date: Wed, 15 Nov 2023 13:55:16 +0300 Subject: [PATCH] add animation to button hover --- components/common/Button.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/common/Button.tsx b/components/common/Button.tsx index a616fdff..43d14edd 100644 --- a/components/common/Button.tsx +++ b/components/common/Button.tsx @@ -53,7 +53,7 @@ const Button: FC = ({ ? "h-auto py-2.5 text-sm md:text-base font-semibold" : "h-auto py-2.5 text-sm font-normal" } - font-poppins px-8 border-2 border-solid rounded-full text-base + font-poppins transition-all px-8 border-2 border-solid rounded-full text-base ${className} `;