Skip to content

Commit 892b297

Browse files
committed
fix(landing): input ui
1 parent 3d1ba81 commit 892b297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/(landing)/waitlist-form.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export default function WaitlistForm() {
6161
<Input
6262
type="email"
6363
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]"
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-[49px]"
6565
value={email}
6666
onChange={(e) => setEmail(e.target.value)}
6767
disabled={isSubmitting}

0 commit comments

Comments
 (0)