Skip to content

Commit

Permalink
adjust max width of popup
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad committed Jul 24, 2024
1 parent 6a1a562 commit 557a638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Facility/DischargeModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ const DischargeModal = ({
title="Confirm Discharge"
action="Acknowledge & Submit"
variant="warning"
className="md:max-w-2xl"
className="md:max-w-xl"
>
<div className="flex flex-col gap-2 py-2 text-secondary-900">
<p>
Expand Down

0 comments on commit 557a638

Please sign in to comment.