Skip to content

Commit

Permalink
fix the icon size (#8159)
Browse files Browse the repository at this point in the history
  • Loading branch information
nihal467 authored Jul 16, 2024
1 parent bd3b95c commit 5bcef50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Patient/PatientHome.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ export const PatientHome = (props: any) => {
name="death_report"
onClick={() => navigate(`/death_report/${id}`)}
>
<CareIcon icon="l-file-download" className="mr-2" />
<CareIcon icon="l-file-download" className="text-lg" />
Death Report
</ButtonV2>
</div>
Expand Down

0 comments on commit 5bcef50

Please sign in to comment.