Skip to content

Commit

Permalink
altered warning text and color in discharge patient modal
Browse files Browse the repository at this point in the history
  • Loading branch information
khavinshankar committed Jul 8, 2024
1 parent f5ee9f0 commit d2c351f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/Components/Facility/DischargeModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -210,9 +210,12 @@ const DischargeModal = ({
title={
<div>
<p>Discharge patient from CARE</p>
<span className="mt-1 flex gap-1 text-sm font-medium text-warning-500">
<span className="mt-1 flex gap-1 text-sm font-medium text-danger-500">
<CareIcon icon="l-exclamation-triangle" className="text-base" />
<p>Caution: this action is irreversible.</p>
<p>
Caution: Once a patient is marked as expired, the patient file
cannot be transferred or edited. Please proceed with caution.
</p>
</span>
</div>
}
Expand Down

0 comments on commit d2c351f

Please sign in to comment.