Skip to content

Commit

Permalink
Adjust sp02 label
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaJ2305 committed Nov 14, 2024
1 parent da5d576 commit f30bcbe
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions src/components/Patient/DailyRounds.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -774,17 +774,22 @@ export const DailyRounds = (props: any) => {
{
value: 0,
className: "text-danger-500",
label: "Low",
label: "Severe Hypoxemia",
},
{
value: 90,
className: "text-primary-500",
label: "Normal",
value: 86,
className: "text-danger-500",
label: "Moderate Hypoxemia",
},
{
value: 100,
className: "text-danger-500",
label: "High",
value: 91,
className: "text-warning-400",
label: "Mild Hypoxemia",
},
{
value: 95,
className: "text-primary-500",
label: "Normal",
},
]}
/>
Expand Down

0 comments on commit f30bcbe

Please sign in to comment.