input label font weight increased
This commit is contained in:
@@ -51,7 +51,7 @@ export default function Forgetpwd2() {
|
||||
<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" placeholder="Email" />
|
||||
<input name='email' type="text" onChange={handleChange} value={email} className="form-control text-black fw-bold" placeholder="Email" />
|
||||
</div>
|
||||
</div>
|
||||
{forgetPwd.error &&
|
||||
|
||||
Reference in New Issue
Block a user