diff --git a/app/global.css b/app/global.css index 5a303a6..4ce5213 100644 --- a/app/global.css +++ b/app/global.css @@ -3,7 +3,7 @@ @tailwind utilities; .btn { - @apply bg-[#7116EB] relative rounded-lg flex items-center justify-center gap-2; + @apply bg-[#7116EB] relative rounded-lg flex items-center justify-center gap-2 hover:bg-[#781dff] transition-colors duration-200 ease-in-out active:bg-[#5e0fc8]; } .balance { diff --git a/components/POAPModal/POAPModal.tsx b/components/POAPModal/POAPModal.tsx index 3d8f097..d3724e1 100644 --- a/components/POAPModal/POAPModal.tsx +++ b/components/POAPModal/POAPModal.tsx @@ -42,23 +42,25 @@ export const POAPModal: FC<{ return (