diff --git a/platform/ui/src/components/StudyListTable/StudyListTableRow.js b/platform/ui/src/components/StudyListTable/StudyListTableRow.js index f466d4e8b..d7205fbb9 100644 --- a/platform/ui/src/components/StudyListTable/StudyListTableRow.js +++ b/platform/ui/src/components/StudyListTable/StudyListTableRow.js @@ -10,23 +10,23 @@ const StudyListTableRow = (props) => {
@@ -38,7 +38,7 @@ const StudyListTableRow = (props) => { key={name} className={classnames( 'px-4 py-2 text-base', - { 'border-b border-custom-violetPale': !isExpanded }, + { 'border-b border-secondary-light': !isExpanded }, `w-${gridCol}/24` || '' )} > diff --git a/platform/ui/src/views/StudyList/StudyList.js b/platform/ui/src/views/StudyList/StudyList.js index b5bca9430..d66d2bb30 100644 --- a/platform/ui/src/views/StudyList/StudyList.js +++ b/platform/ui/src/views/StudyList/StudyList.js @@ -192,8 +192,8 @@ const StudyList = () => { {Instances} @@ -231,7 +231,7 @@ const StudyList = () => { > Module 3 -
+
Feedback text lorem ipsum dolor sit amet
diff --git a/platform/ui/src/views/StudyList/StudyList.mdx b/platform/ui/src/views/StudyList/StudyList.mdx index 40435bf14..52aa4c905 100644 --- a/platform/ui/src/views/StudyList/StudyList.mdx +++ b/platform/ui/src/views/StudyList/StudyList.mdx @@ -120,7 +120,7 @@ import { StudyList } from '@ohif/ui'; }, ]; const isFiltering = (filterValues, defaultFilterValues) => { - return Object.keys(defaultFilterValues).some(name => { + return Object.keys(defaultFilterValues).some((name) => { return filterValues[name] !== defaultFilterValues[name]; }); }; @@ -206,8 +206,8 @@ import { StudyList } from '@ohif/ui'; {Instances} @@ -249,7 +249,7 @@ import { StudyList } from '@ohif/ui'; > Module 3 -
+
- + FOR INVESTIGATIONAL USE ONLY {}} >