Skip to content

Commit

Permalink
ui (HospitalList): adjusted download button size (ohcnetwork#3839)
Browse files Browse the repository at this point in the history
  • Loading branch information
khavinshankar authored Oct 27, 2022
1 parent 5a17a88 commit 4769847
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Components/Facility/HospitalList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -557,8 +557,8 @@ export const HospitalList = (props: any) => {
<div className="flex md:justify-end w-full md:mt-4">
<div className="w-full md:w-auto">
<AccordionV2
title={<p className="font-medium text-lg">Downloads</p>}
className="lg:mt-0 md:mt-0 sm:mt-0 bg-white shadow-md rounded-lg p-3 relative"
title={<p className="pl-2 text-lg">Downloads</p>}
className="lg:mt-0 md:mt-0 sm:mt-0 bg-white shadow-md rounded-lg p-2 relative"
expandIcon={<ExpandMoreIcon />}
>
<div className="mt-3">
Expand Down

0 comments on commit 4769847

Please sign in to comment.