Skip to content

Commit

Permalink
Issue Swasth-Digital-Health-Foundation#575 refactor: lable change
Browse files Browse the repository at this point in the history
  • Loading branch information
yashashkumar committed Nov 30, 2023
1 parent 78463a6 commit 99b8533
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions opd-app/src/pages/Home/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -192,14 +192,14 @@ const Home = () => {
aria-hidden="true"
/>
</div>
<label className="mb-2.5 mt-2 block text-left font-medium text-black dark:text-white">
{/* <label className="mb-2.5 mt-2 block text-left font-medium text-black dark:text-white">
{strings.PATIENT_MOBILE}
</label>
<div className="relative">
</label> */}
<div className="relative mt-3">
<input
onChange={handleMobileNumberChange}
type="text"
placeholder="Enter mobile no."
placeholder="Enter beneficiary mobile to search"
className={`border ${isValid ? "border-stroke" : "border-red"
} w-full rounded-lg py-4 pl-6 pr-10 outline-none focus-visible:shadow-none dark:border-form-strokedark dark:bg-form-input dark:focus:border-primary`}
/>
Expand Down

0 comments on commit 99b8533

Please sign in to comment.