From f9adde4ef31813310e9316aee014c206324f552f Mon Sep 17 00:00:00 2001 From: Jamie Howard Date: Wed, 14 Dec 2022 11:20:21 +0000 Subject: [PATCH] chore(upload): CTV icon color --- packages/core/upload/admin/src/pages/App/MediaLibrary/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/upload/admin/src/pages/App/MediaLibrary/index.js b/packages/core/upload/admin/src/pages/App/MediaLibrary/index.js index e1e6048f9c..7595f9bdd2 100644 --- a/packages/core/upload/admin/src/pages/App/MediaLibrary/index.js +++ b/packages/core/upload/admin/src/pages/App/MediaLibrary/index.js @@ -62,7 +62,7 @@ const TypographyMaxWidth = styled(Typography)` const ConfigureTheViewButton = styled(Box)` svg { path { - fill: ${({ theme }) => theme.colors.neutral900}; + fill: ${({ theme }) => theme.colors.neutral500}; } } `;