Correction in Login Password text box design.

This commit is contained in:
Kartik sharma 2025-07-01 12:29:39 +05:30
parent bb9c351189
commit 390a0b2b67

View File

@ -114,18 +114,18 @@ const LoginPage = () => {
<label className="form-label" htmlFor="password">
Password
</label>
<div className="input-group input-group-merge">
<div className="input-group input-group-merge d-flex align-items-center border rounded px-2">
<input
type={hidepass ? "password" : "text"}
autoComplete="true"
id="password"
{...register("password")}
className="form-control"
className="form-control form-control-xl border-0 shadow-none"
placeholder="••••••••••••"
/>
<button
type="button"
className="btn border-top border-end border-bottom"
className="btn btn-link p-0 ms-2 "
onClick={() => setHidepass(!hidepass)}
style={{
borderTopLeftRadius: 0,
@ -150,6 +150,7 @@ const LoginPage = () => {
)}
</div>
<div className="mb-3 d-flex justify-content-between">
<div className="form-check d-flex">
<input