+
{asset.displayName}
{ asset.transcripts && (
)}
-
+
}
-
+
@@ -71,7 +71,7 @@ export const SearchSort = ({
{ filterKeys && filterMessages && (
-
+
@@ -92,7 +92,7 @@ export const SearchSort = ({
onChange={onSwitchClick}
isInline
>
-
+
diff --git a/src/editors/sharedComponents/SelectionModal/__snapshots__/Gallery.test.jsx.snap b/src/editors/sharedComponents/SelectionModal/__snapshots__/Gallery.test.jsx.snap
index 9c2eacf95..029cbbaf2 100644
--- a/src/editors/sharedComponents/SelectionModal/__snapshots__/Gallery.test.jsx.snap
+++ b/src/editors/sharedComponents/SelectionModal/__snapshots__/Gallery.test.jsx.snap
@@ -2,7 +2,7 @@
exports[`TextEditor Image Gallery component component snapshot: loaded but no images, show empty gallery 1`] = `
-
+
props.img.displayName
@@ -78,6 +79,7 @@ exports[`SearchSort component snapshots with filterKeys with search string (clos
@@ -138,6 +140,7 @@ exports[`SearchSort component snapshots with filterKeys with search string (clos
onChange={null}
>
@@ -166,6 +169,7 @@ exports[`SearchSort component snapshots with filterKeys without search string (s
@@ -216,6 +220,7 @@ exports[`SearchSort component snapshots with filterKeys without search string (s
@@ -276,6 +281,7 @@ exports[`SearchSort component snapshots with filterKeys without search string (s
onChange={null}
>
@@ -314,6 +320,7 @@ exports[`SearchSort component snapshots without filterKeys with search string (c
@@ -385,6 +392,7 @@ exports[`SearchSort component snapshots without filterKeys without search string
diff --git a/src/editors/sharedComponents/SelectionModal/index.jsx b/src/editors/sharedComponents/SelectionModal/index.jsx
index 3ae534b8b..9ddd77e90 100644
--- a/src/editors/sharedComponents/SelectionModal/index.jsx
+++ b/src/editors/sharedComponents/SelectionModal/index.jsx
@@ -47,7 +47,7 @@ export const SelectionModal = ({
let background = '#FFFFFF';
let showGallery = true;
if (isLoaded && !isFetchError && !isUploadError && !inputError.show) {
- background = '#EBEBEB';
+ background = '#E9E6E4';
} else if (isLoaded) {
showGallery = false;
}
@@ -69,14 +69,22 @@ export const SelectionModal = ({
size={size}
isFullscreenScroll={isFullscreenScroll}
footerAction={(
-