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" /> 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"