input label font weight increased

This commit is contained in:
victorAnumudu
2024-12-17 16:37:44 +01:00
parent 2ce0005667
commit 947e068c6c
+2 -2
View File
@@ -50,8 +50,8 @@ export default function Forgetpwd2() {
<div className="row">
<div className="col-12">
<div className="form-group">
<label className="control-label">Email*</label>
<input name='email' type="text" onChange={handleChange} value={email} className="form-control text-black fw-bold" placeholder="Email" />
<label className="control-label text-black fw-bold">Email*</label>
<input name='email' type="text" onChange={handleChange} value={email} className="form-control" placeholder="Email" />
</div>
</div>
{forgetPwd.error &&