Skip to content

Commit

Permalink
changed in use badge color
Browse files Browse the repository at this point in the history
  • Loading branch information
thedevildude committed Feb 22, 2024
1 parent 6cf66f8 commit a45f0fe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Components/Facility/Consultations/BedActivityTimeline.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,10 @@ const BedTitleSuffix = ({
{bed.end_date === null ? (
<Chip
text="In Use"
startIcon="l-notes"
size="small"
variant="warning"
className="ml-5 rounded-xl"
variant="primary"
className="ml-5"
/>
) : (
""
Expand Down

0 comments on commit a45f0fe

Please sign in to comment.