diff --git a/src/components/Pacs/components/PatientCard.tsx b/src/components/Pacs/components/PatientCard.tsx index 5fa718f13..d97bf4417 100644 --- a/src/components/Pacs/components/PatientCard.tsx +++ b/src/components/Pacs/components/PatientCard.tsx @@ -62,7 +62,13 @@ const PatientCard = ({ queryResult }: { queryResult: any }) => { return ( <> - + , diff --git a/src/components/Pacs/components/SeriesCard.tsx b/src/components/Pacs/components/SeriesCard.tsx index 1a88bd524..d2c334914 100644 --- a/src/components/Pacs/components/SeriesCard.tsx +++ b/src/components/Pacs/components/SeriesCard.tsx @@ -480,20 +480,13 @@ const SeriesCardCopy = ({ series }: { series: any }) => { ); - let background = ""; - if (isDisabled) { - if (theme.isDarkTheme) { - background = "#4F5255"; - } - background = "#D2D2D2"; - } - return ( {preview && data?.fileToPreview ? filePreviewLayout : rowLayout} {data?.fileToPreview && largeFilePreview} diff --git a/src/components/Pacs/components/StudyCard.tsx b/src/components/Pacs/components/StudyCard.tsx index c2d321a33..06494e5f2 100644 --- a/src/components/Pacs/components/StudyCard.tsx +++ b/src/components/Pacs/components/StudyCard.tsx @@ -68,7 +68,15 @@ const StudyCardCopy = ({ study }: { study: any }) => { return ( <> - + ,