From 79a18d4c704acf09aca586213bfa8ea07ca9c86d Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Sun, 18 Jun 2023 11:40:16 -0700 Subject: [PATCH] chore: toning down grayscale on X icon (#24437) --- superset-frontend/src/assets/images/icons/cancel-x.svg | 3 --- superset-frontend/src/assets/images/icons/search.svg | 2 -- superset-frontend/src/pages/DatabaseList/index.tsx | 2 +- 3 files changed, 1 insertion(+), 6 deletions(-) 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`