Skip to content

Commit

Permalink
Merge branch 'fix/issue-8618' of https://github.com/syedfardeenjeelan…
Browse files Browse the repository at this point in the history
…i/care_fe into fix/issue-8618
  • Loading branch information
syedfardeenjeelani committed Sep 26, 2024
2 parents 0b98c7a + 59197ed commit adb4a9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Components/Common/components/Page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default function Page(props: PageProps) {

return (
<div className={classNames(padding, props.className)} ref={props.ref}>
<div className="flex flex-col justify-between gap-2 border md:flex-row md:items-center md:gap-6">
<div className="flex flex-col justify-between gap-2 md:flex-row md:items-center md:gap-6">
<PageTitle
changePageMetadata={props.changePageMetadata}
title={props.title}
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Facility/PatientNoteCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const PatientNoteCard = ({
{" "}
<div
className={classNames(
"br mt-4 flex w-full flex-col rounded-lg border border-secondary-300 bg-white p-3 text-secondary-800",
"mt-4 flex w-full flex-col rounded-lg border border-secondary-300 bg-white p-3 text-secondary-800",
note.user_type === "RemoteSpecialist" && "border-primary-400",
)}
>
Expand Down

0 comments on commit adb4a9b

Please sign in to comment.