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}; } } `;