fix: make newsletter input taller with h-12

This commit is contained in:
Unchained
2026-03-24 12:49:27 +02:00
parent 5ae79716a3
commit 44f4e548c8

View File

@@ -54,7 +54,7 @@ export default function NewsletterSection() {
onChange={(e) => setEmail(e.target.value)} onChange={(e) => setEmail(e.target.value)}
placeholder={t("emailPlaceholder")} placeholder={t("emailPlaceholder")}
required required
className="flex-1 px-4 py-[14px] border border-[#1A1A1A]/10 rounded-[4px] text-sm focus:outline-none focus:border-[#1A1A1A]/30 transition-colors" className="flex-1 px-4 py-4 h-12 border border-[#1A1A1A]/10 rounded-[4px] text-sm focus:outline-none focus:border-[#1A1A1A]/30 transition-colors"
/> />
<button <button
type="submit" type="submit"