Skip to content

Commit

Permalink
Add a better search UI for patients index page(#8691)
Browse files Browse the repository at this point in the history
  • Loading branch information
i0am0arunava committed Oct 18, 2024
1 parent 7d3d8e2 commit a2f868f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Patient/ManagePatients.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1108,7 +1108,7 @@ export const PatientManager = () => {
</h3>
<button
type="button"
className="text-lg text-gray-500 hover:text-gray-800 focus:outline-none"
className="text-lg text-gray-600 hover:text-gray-800 focus:outline-none"
onClick={handleClose} // Function to handle closing
>
&times; {/* Close icon */}
Expand Down

0 comments on commit a2f868f

Please sign in to comment.