From 9099db9b76bcc76fa8b7aa9ede6eaa8783298a93 Mon Sep 17 00:00:00 2001 From: Lucemans Date: Sat, 7 Oct 2023 15:06:11 +0000 Subject: [PATCH] Bump --- app/global.css | 2 +- components/POAPModal/POAPModal.tsx | 28 +++++++++++++++------------- hooks/useIYKRef.ts | 4 ++-- 3 files changed, 18 insertions(+), 16 deletions(-) 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 (
-
+
-
-
- -
-
-
- Mint POAP +
+
+
+ +
+
+
+ Mint POAP +