Skip to content

Commit

Permalink
fixed the delete button size
Browse files Browse the repository at this point in the history
  • Loading branch information
nihal467 committed Nov 4, 2024
1 parent 5877d9b commit 082bd3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Assets/AssetManage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ const AssetManage = (props: AssetManageProps) => {
data-testid="asset-delete-button"
className="inline-flex"
>
<CareIcon icon="l-trash" className="h-4" />
<CareIcon icon="l-trash" className="h-5" />
<span className="md:hidden">{t("delete")}</span>
</ButtonV2>
)}
Expand Down
2 changes: 1 addition & 1 deletion src/components/Patient/PatientConsentRecords.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ export default function PatientConsentRecords(props: {
onClick={fileUpload.clearFiles}
disabled={fileUpload.uploading}
>
<CareIcon icon="l-trash-alt" className="" />
<CareIcon icon="l-trash-alt" className="h-5" />
</ButtonV2>
</>
) : (
Expand Down

0 comments on commit 082bd3a

Please sign in to comment.