input label font weight increased
This commit is contained in:
@@ -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 &&
|
||||
|
||||
Reference in New Issue
Block a user