We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d1ba81 commit 892b297Copy full SHA for 892b297
app/(landing)/waitlist-form.tsx
@@ -61,7 +61,7 @@ export default function WaitlistForm() {
61
<Input
62
type="email"
63
placeholder="you@example.com"
64
- className="flex-1 text-sm md:text-md bg-[#020817] border-white/20 focus:border-white/30 focus:ring-white/30 rounded-md h-[50px]"
+ className="flex-1 text-sm md:text-md bg-[#020817] border-white/20 focus:border-white/30 focus:ring-white/30 rounded-md h-[49px]"
65
value={email}
66
onChange={(e) => setEmail(e.target.value)}
67
disabled={isSubmitting}
0 commit comments