diff --git a/superset-frontend/src/assets/images/icons/cancel-x.svg b/superset-frontend/src/assets/images/icons/cancel-x.svg index e0e452f74..c3fc592d0 100644 --- a/superset-frontend/src/assets/images/icons/cancel-x.svg +++ b/superset-frontend/src/assets/images/icons/cancel-x.svg @@ -17,9 +17,6 @@ under the License. --> - - - Created with Sketch. diff --git a/superset-frontend/src/assets/images/icons/search.svg b/superset-frontend/src/assets/images/icons/search.svg index bef0709fd..e3796880a 100644 --- a/superset-frontend/src/assets/images/icons/search.svg +++ b/superset-frontend/src/assets/images/icons/search.svg @@ -17,9 +17,7 @@ under the License. --> - Icon / Search@1.5x - Created with Sketch. diff --git a/superset-frontend/src/pages/DatabaseList/index.tsx b/superset-frontend/src/pages/DatabaseList/index.tsx index 656dac89e..e2ba4ea9b 100644 --- a/superset-frontend/src/pages/DatabaseList/index.tsx +++ b/superset-frontend/src/pages/DatabaseList/index.tsx @@ -74,7 +74,7 @@ const IconCheck = styled(Icons.Check)` `; const IconCancelX = styled(Icons.CancelX)` - color: ${({ theme }) => theme.colors.grayscale.dark1}; + color: ${({ theme }) => theme.colors.grayscale.light1}; `; const Actions = styled.div`