From d2471cdaee08a8e844538f363c6a6218835f4af3 Mon Sep 17 00:00:00 2001 From: Gurmeet Date: Wed, 22 Jul 2026 01:44:08 +0530 Subject: [PATCH 1/2] fix(ui): resolve email input border alignment and focus overlay in footer --- src/components/Footer.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index bc75f939..dd6c14e0 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -108,13 +108,14 @@ export default function Footer() { required placeholder="Enter your email" aria-label="Email address" - className="w-full bg-transparent py-3 text-[11px] font-semibold tracking-widest uppercase placeholder:opacity-30 focus:outline-none" + className="w-full bg-transparent py-3 px-1 text-[11px] font-semibold tracking-widest uppercase placeholder:opacity-30 border-0 outline-none focus:outline-none focus:ring-0 focus:shadow-none focus:border-0" /> From 2995b092b4bc3e99c55f790e6bcb93dd2cbc07b5 Mon Sep 17 00:00:00 2001 From: Gurmeet Date: Wed, 22 Jul 2026 13:11:25 +0530 Subject: [PATCH 2/2] fix(ts): update tsconfig to include react JSX type definitions --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 6501d19e..42affc88 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,7 +14,6 @@ "isolatedModules": true, "jsx": "preserve", "incremental": true, - "types": ["bun-types"], "plugins": [ { "name": "next"