Skip to content

Commit

Permalink
Make the switch bed card styling consistent. (#7725)
Browse files Browse the repository at this point in the history
* add better styling

* add border-2
  • Loading branch information
AshrafMd-1 authored May 22, 2024
1 parent 7292115 commit a9530a9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/Components/Facility/Consultations/Beds.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,10 @@ const Beds = (props: BedsProps) => {
loading={loading}
/>
) : (
<div className="bg-primary-100 py-2 text-center">
No beds allocated yet
<div className="flex w-full justify-center border-2 border-gray-200 bg-white p-5 text-center text-2xl font-bold text-gray-500">
<span className="flex justify-center rounded-lg bg-white p-3 text-gray-700">
No beds allocated yet
</span>
</div>
)}
</div>
Expand Down

0 comments on commit a9530a9

Please sign in to comment.