diff --git a/src/app/auth/unlock.tsx b/src/app/auth/unlock.tsx index 84d770b2..38169a5e 100644 --- a/src/app/auth/unlock.tsx +++ b/src/app/auth/unlock.tsx @@ -89,7 +89,7 @@ export function UnlockScreen() { {...register('password', { required: true, minLength: 4 })} type={showPassword ? 'text' : 'password'} placeholder="Password" - className="relative h-12 w-full rounded-b-lg bg-white/10 py-1 text-center tracking-widest text-white !outline-none backdrop-blur-xl placeholder:text-white/50" + className="relative h-12 w-full rounded-b-lg bg-white/10 py-1 text-center tracking-widest text-white !outline-none backdrop-blur-xl placeholder:tracking-normal placeholder:text-white/50" />