small visual improvements

This commit is contained in:
miloschwartz 2025-02-26 21:24:35 -05:00
parent de70c62ea8
commit 20f1a6372b
No known key found for this signature in database
31 changed files with 1976 additions and 136 deletions

View file

@ -147,7 +147,6 @@ export default function LoginForm({ redirect, onLogin }: LoginFormProps) {
<FormLabel>Email</FormLabel>
<FormControl>
<Input
placeholder="Enter your email"
{...field}
/>
</FormControl>
@ -166,7 +165,6 @@ export default function LoginForm({ redirect, onLogin }: LoginFormProps) {
<FormControl>
<Input
type="password"
placeholder="Enter your password"
{...field}
/>
</FormControl>