Skip to content

Commit

Permalink
Update home facility indicator styling in ManageUsers.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashesh3 committed Apr 29, 2024
1 parent d8b0c87 commit e43a979
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Components/Users/ManageUsers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -761,8 +761,8 @@ export function UserFacilities(props: { user: any }) {
{/* Home Facility section */}
{user?.home_facility_object && (
<div className="py-2" id="home-facility">
<div className="relative rounded px-2 transition hover:bg-gray-200 focus:bg-gray-200 md:rounded-lg">
<div className="flex items-center justify-between">
<div className="relative rounded p-2 transition hover:bg-gray-200 focus:bg-gray-200 md:rounded-lg">
<div className="flex items-center justify-between gap-2">
<div className="flex content-center items-center justify-center gap-2">
<span>{user?.home_facility_object?.name}</span>{" "}
<span
Expand Down

0 comments on commit e43a979

Please sign in to comment.