restored a css class

This commit is contained in:
Dhruwang
2023-07-06 17:08:40 +05:30
parent 08fe6b0ad8
commit 8283a7d2ed

View File

@@ -58,7 +58,7 @@ export const ResetPasswordForm = () => {
autoComplete="current-password"
placeholder="*******"
required
className="focus:border-brand focus:ring-brand block w-full rounded-md shadow-sm sm:text-sm"
className="focus:border-brand focus:ring-brand block w-full rounded-md shadow-sm border-slate-300 sm:text-sm"
/>
<IsPasswordValid password={password} setIsValid={setIsValid} />
</div>